Html Css Color HEX #C37600 Dark Goldenrod

📋 copy color: '#C37600'

red 195 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #C37600

Tints of Dark Goldenrod #C37600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.3%
G = 37.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C37600 (or 0xC37600) is known color: Dark Goldenrod. HEX triplet: C3, 76 and 00. RGB value is (195,118,0). Sum of RGB (Red+Green+Blue) = 195+118+0=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C37600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37600 is #3C89FF. Grayscale: #808080. Windows color (decimal): -3967488 or 30403. OLE color: 30403.

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

Color convert

RGB 195 118 0 -
CMYK 0 0.39 1 0.24
HSL 36.31º 1% 0.38% -
HSV(B) 36.31º 1% 0.76% -
XYZ 28.98 24.56 3.21 -
YUV 127.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 195 118 0 0 0.39 1 0.24 36.31 1 0.38
Hex C3 76 0 0 27 64 18 24 64 26
Octal 303 166 0 0 47 144 30 44 144 46
Binary 11000011 1110110 0 0 100111 1100100 11000 100100 1100100 100110

Color Harmonies of #C37600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37600

Black with #C37600

Text Example


Text Example

White with #C37600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37600; }

 p { color: rgb(195,118,0); }

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

background-color css

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

 a { background-color: rgb(195,118,0); }

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

border-color css

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

 span { border-color: rgb(195,118,0); }

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