#C1840A

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

Shades of Dark Goldenrod #C1840A

Tints of Dark Goldenrod #C1840A

Color information

#C1840A (or 0xC1840A) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 84 and 0A. RGB value is (193,132,10). Sum of RGB (Red+Green+Blue) = 193+132+10=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1840A is #3E7BF5. Grayscale: #888888. Windows color (decimal): -4094966 or 689345. OLE color: 689345.

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

Color convert

RGB19313210-
CMYK00.320.950.24
HSL40º90.15%39.8%-
HSV(B)40º94.82%75.69%-
XYZ30.327.864.07-
YUV136.3356.71168.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=57.61%
G=39.40%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931321000.320.950.244090.1539.8
HexC184A0205F18285a28
Octal30120412040137305013250
Binary1100000110000100101001000001011111110001010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1840A; }

 p { color: rgb(193,132,10); }

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

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

 a { background-color: rgb(193,132,10); }

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

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

 span { border-color: rgb(193,132,10); }

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