#C5850C

Color #C5850C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C5850C

Tints of Dark Goldenrod #C5850C

Color information

#C5850C (or 0xC5850C) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 85 and 0C. RGB value is (197,133,12). Sum of RGB (Red+Green+Blue) = 197+133+12=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5850C is #3A7AF3. Grayscale: #8A8A8A. Windows color (decimal): -3832564 or 820677. OLE color: 820677.

HSL color Cylindrical-coordinate representation of color #C5850C: hue angle of 39.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5850C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB19713312-
CMYK00.320.940.23
HSL39.24º88.52%40.98%-
HSV(B)39.24º93.91%77.25%-
XYZ31.4828.674.22-
YUV138.3456.7169.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.60%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 12 (5.08% from 255) = 3.51%
R=57.60%
G=38.89%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971331200.320.940.2339.2488.5240.98
HexC585C0205E17275929
Octal30520514040136274713151
Binary1100010110000101110001000001011110101111001111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5850C; }

 p { color: rgb(197,133,12); }

 H1.HeaderClassName
 {
   color: #C5850C;
 }
 .AnyTagClassName
 {
   color: #C5850C;
 }
</style>
background-color css

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

 a { background-color: rgb(197,133,12); }

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

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

 span { border-color: rgb(197,133,12); }

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