#C0740E

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

Shades of Dark Goldenrod #C0740E

Tints of Dark Goldenrod #C0740E

Color information

#C0740E (or 0xC0740E) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 74 and 0E. RGB value is (192,116,14). Sum of RGB (Red+Green+Blue) = 192+116+14=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0740E is #3F8BF1. Grayscale: #7F7F7F. Windows color (decimal): -4164594 or 947392. OLE color: 947392.

HSL color Cylindrical-coordinate representation of color #C0740E: hue angle of 34.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0740E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19211614-
CMYK00.400.930.25
HSL34.38º86.41%40.39%-
HSV(B)34.38º92.71%75.29%-
XYZ28.0623.733.52-
YUV127.164.18174.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.63%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 14 (5.86% from 255) = 4.35%
R=59.63%
G=36.02%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921161400.400.930.2534.3886.4140.39
HexC074E0285D19225628
Octal30016416050135314212650
Binary110000001110100111001010001011101110011000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0740E; }

 p { color: rgb(192,116,14); }

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

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

 a { background-color: rgb(192,116,14); }

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

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

 span { border-color: rgb(192,116,14); }

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