#C4760C

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

Shades of Dark Goldenrod #C4760C

Tints of Dark Goldenrod #C4760C

Color information

#C4760C (or 0xC4760C) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 76 and 0C. RGB value is (196,118,12). Sum of RGB (Red+Green+Blue) = 196+118+12=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4760C is #3B89F3. Grayscale: #818181. Windows color (decimal): -3901940 or 816836. OLE color: 816836.

HSL color Cylindrical-coordinate representation of color #C4760C: hue angle of 34.57º degrees, saturation: 0.88, 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 #C4760C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB19611812-
CMYK00.400.940.23
HSL34.57º88.46%40.78%-
HSV(B)34.57º93.88%76.86%-
XYZ29.3124.723.57-
YUV129.2461.84175.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.12%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=60.12%
G=36.20%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961181200.400.940.2334.5788.4640.78
HexC476C0285E17235829
Octal30416614050136274313051
Binary110001001110110110001010001011110101111000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4760C; }

 p { color: rgb(196,118,12); }

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

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

 a { background-color: rgb(196,118,12); }

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

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

 span { border-color: rgb(196,118,12); }

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