#c1850c

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

Shades of Dark Goldenrod #C1850C

Tints of Dark Goldenrod #C1850C

Color information

#C1850C (or 0xC1850C) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 85 and 0C. RGB value is (193,133,12). Sum of RGB (Red+Green+Blue) = 193+133+12=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1850C is #3E7AF3. Grayscale: #898989. Windows color (decimal): -4094708 or 820673. OLE color: 820673.

HSL color Cylindrical-coordinate representation of color #C1850C: hue angle of 40.11º 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 #C1850C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19313312-
CMYK00.310.940.24
HSL40.11º88.29%40.2%-
HSV(B)40.11º93.78%75.69%-
XYZ30.4528.144.17-
YUV137.1557.38167.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 12 (5.08% from 255) = 3.55%
R=57.10%
G=39.35%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931331200.310.940.2440.1188.2940.2
HexC185C01F5E18285828
Octal30120514037136305013050
Binary110000011000010111000111111011110110001010001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1850c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1850c; }

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

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

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

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

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

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

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

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