#C5861A

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

Shades of Dark Goldenrod #C5861A

Tints of Dark Goldenrod #C5861A

Color information

#C5861A (or 0xC5861A) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 86 and 1A. RGB value is (197,134,26). Sum of RGB (Red+Green+Blue) = 197+134+26=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5861A is #3A79E5. Grayscale: #8D8D8D. Windows color (decimal): -3832294 or 1738437. OLE color: 1738437.

HSL color Cylindrical-coordinate representation of color #C5861A: hue angle of 37.89º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5861A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19713426-
CMYK00.320.870.23
HSL37.89º76.68%43.73%-
HSV(B)37.89º86.8%77.25%-
XYZ31.74294.9-
YUV140.5263.37168.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 26 (10.55% from 255) = 7.28%
R=55.18%
G=37.54%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971342600.320.870.2337.8976.6843.73
HexC5861A0205717264d2c
Octal30520632040127274611554
Binary11000101100001101101001000001010111101111001101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5861A; }

 p { color: rgb(197,134,26); }

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

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

 a { background-color: rgb(197,134,26); }

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

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

 span { border-color: rgb(197,134,26); }

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