#C4850F

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

Shades of Dark Goldenrod #C4850F

Tints of Dark Goldenrod #C4850F

Color information

#C4850F (or 0xC4850F) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 85 and 0F. RGB value is (196,133,15). Sum of RGB (Red+Green+Blue) = 196+133+15=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4850F is #3B7AF0. Grayscale: #8A8A8A. Windows color (decimal): -3898097 or 1017284. OLE color: 1017284.

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

Color convert

RGB19613315-
CMYK00.320.920.23
HSL39.12º85.78%41.37%-
HSV(B)39.12º92.35%76.86%-
XYZ31.2428.554.32-
YUV138.3958.37169.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.98%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 15 (6.25% from 255) = 4.36%
R=56.98%
G=38.66%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961331500.320.920.2339.1285.7841.37
HexC485F0205C17275629
Octal30420517040134274712651
Binary1100010010000101111101000001011100101111001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4850F; }

 p { color: rgb(196,133,15); }

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

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

 a { background-color: rgb(196,133,15); }

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

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

 span { border-color: rgb(196,133,15); }

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