#C37207

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

Shades of Dark Goldenrod #C37207

Tints of Dark Goldenrod #C37207

Color information

#C37207 (or 0xC37207) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 72 and 07. RGB value is (195,114,7). Sum of RGB (Red+Green+Blue) = 195+114+7=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C37207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37207 is #3C8DF8. Grayscale: #7E7E7E. Windows color (decimal): -3968505 or 488131. OLE color: 488131.

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

Color convert

RGB1951147-
CMYK00.420.960.24
HSL34.15º93.07%39.61%-
HSV(B)34.15º96.41%76.47%-
XYZ28.5623.653.26-
YUV126.0260.84177.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.71%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=61.71%
G=36.08%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195114700.420.960.2434.1593.0739.61
HexC372702A6018225d28
Octal3031627052140304213550
Binary11000011111001011101010101100000110001000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37207; }

 p { color: rgb(195,114,7); }

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

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

 a { background-color: rgb(195,114,7); }

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

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

 span { border-color: rgb(195,114,7); }

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