Html Css Color HEX #C38A1B Nugget

📋 copy color: '#C38A1B'

red 195 ◦ green 138 ◦ blue 27

#C38A1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C38A1B

Tints of Nugget #C38A1B

RGB

 RED value IS 195 (76.56% from 255) = 54.17%

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 54.17%
G = 38.33%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38A1B (or 0xC38A1B) is known color: Nugget. HEX triplet: C3, 8A and 1B. RGB value is (195,138,27). Sum of RGB (Red+Green+Blue) = 195+138+27=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A1B is #3C75E4. Grayscale: #8E8E8E. Windows color (decimal): -3962341 or 1804995. OLE color: 1804995.

HSL color Cylindrical-coordinate representation of color #C38A1B: hue angle of 39.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C38A1B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 27 -
CMYK 0 0.29 0.86 0.24
HSL 39.64º 0.76% 0.44% -
HSV(B) 39.64º 0.86% 0.76% -
XYZ 31.79 29.86 5.12 -
YUV 142.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 195 138 27 0 0.29 0.86 0.24 39.64 0.76 0.44
Hex C3 8A 1B 0 1D 56 18 28 4C 2C
Octal 303 212 33 0 35 126 30 50 114 54
Binary 11000011 10001010 11011 0 11101 1010110 11000 101000 1001100 101100

Color Harmonies of #C38A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A1B

Black with #C38A1B

Text Example


Text Example

White with #C38A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A1B; }

 p { color: rgb(195,138,27); }

 H1.HeaderClassName
 {
   color: #C38A1B;
 }
 .AnyTagClassName
 {
   color: #C38A1B;
 }
</style>

background-color css

<style>
 a { background-color: #C38A1B; }

 a { background-color: rgb(195,138,27); }

 div.DivClassName
 {
   background-color: #C38A1B;
 }
 .BgClassName
 {
   background-color: #C38A1B;
 }
</style>

border-color css

<style>
 span { border-color: #C38A1B; }

 span { border-color: rgb(195,138,27); }

 td.TdClassName
 {
   border-color: #C38A1B;
 }
 .TagClassName
 {
   border-color: #C38A1B;
 }
</style>