Html Css Color HEX #C37B0C Dark Goldenrod

📋 copy color: '#C37B0C'

red 195 ◦ green 123 ◦ blue 12

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

Shades of Dark Goldenrod #C37B0C

Tints of Dark Goldenrod #C37B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.27%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 59.09%
G = 37.27%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C37B0C (or 0xC37B0C) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 0C. RGB value is (195,123,12). Sum of RGB (Red+Green+Blue) = 195+123+12=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B0C is #3C84F3. Grayscale: #848484. Windows color (decimal): -3966196 or 818115. OLE color: 818115.

HSL color Cylindrical-coordinate representation of color #C37B0C: hue angle of 36.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C37B0C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 123 12 -
CMYK 0 0.37 0.94 0.24
HSL 36.39º 0.88% 0.41% -
HSV(B) 36.39º 0.94% 0.76% -
XYZ 29.66 25.79 3.76 -
YUV 131.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 195 123 12 0 0.37 0.94 0.24 36.39 0.88 0.41
Hex C3 7B C 0 25 5E 18 24 58 29
Octal 303 173 14 0 45 136 30 44 130 51
Binary 11000011 1111011 1100 0 100101 1011110 11000 100100 1011000 101001

Color Harmonies of #C37B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B0C

Black with #C37B0C

Text Example


Text Example

White with #C37B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B0C; }

 p { color: rgb(195,123,12); }

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

background-color css

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

 a { background-color: rgb(195,123,12); }

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

border-color css

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

 span { border-color: rgb(195,123,12); }

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