#C0831A

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

Shades of Dark Goldenrod #C0831A

Tints of Dark Goldenrod #C0831A

Color information

#C0831A (or 0xC0831A) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 83 and 1A. RGB value is (192,131,26). Sum of RGB (Red+Green+Blue) = 192+131+26=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0831A is #3F7CE5. Grayscale: #898989. Windows color (decimal): -4160742 or 1737664. OLE color: 1737664.

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

Color convert

RGB19213126-
CMYK00.320.860.25
HSL37.95º76.15%42.75%-
HSV(B)37.95º86.46%75.29%-
XYZ30.0427.514.7-
YUV137.2765.21167.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=55.01%
G=37.54%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921312600.320.860.2537.9576.1542.75
HexC0831A0205619264c2b
Octal30020332040126314611453
Binary11000000100000111101001000001010110110011001101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0831A; }

 p { color: rgb(192,131,26); }

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

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

 a { background-color: rgb(192,131,26); }

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

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

 span { border-color: rgb(192,131,26); }

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