#C1760C

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

Shades of Dark Goldenrod #C1760C

Tints of Dark Goldenrod #C1760C

Color information

#C1760C (or 0xC1760C) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 76 and 0C. RGB value is (193,118,12). Sum of RGB (Red+Green+Blue) = 193+118+12=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1760C is #3E89F3. Grayscale: #808080. Windows color (decimal): -4098548 or 816833. OLE color: 816833.

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

Color convert

RGB19311812-
CMYK00.390.940.24
HSL35.14º88.29%40.2%-
HSV(B)35.14º93.78%75.69%-
XYZ28.5424.323.54-
YUV128.3462.35174.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 12 (5.08% from 255) = 3.72%
R=59.75%
G=36.53%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931181200.390.940.2435.1488.2940.2
HexC176C0275E18235828
Octal30116614047136304313050
Binary110000011110110110001001111011110110001000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1760C; }

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

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

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

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

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

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

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

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