#885A04

Color #885A04 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #885A04

Tints of Golden Brown #885A04

Color information

#885A04 (or 0x885A04) is unknown color: approx Golden Brown. HEX triplet: 88, 5A and 04. RGB value is (136,90,4). Sum of RGB (Red+Green+Blue) = 136+90+4=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #885A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A04 is #77A5FB. Grayscale: #5E5E5E. Windows color (decimal): -7841276 or 285320. OLE color: 285320.

HSL color Cylindrical-coordinate representation of color #885A04: hue angle of 39.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #885A04 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB136904-
CMYK00.340.970.47
HSL39.09º94.29%27.45%-
HSV(B)39.09º97.06%53.33%-
XYZ13.8312.561.81-
YUV93.9577.24157.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 4 (1.95% from 255) = 1.74%
R=59.13%
G=39.13%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13690400.340.970.4739.0994.2927.45
Hex885A4022612F275e1b
Octal2101324042141574713633
Binary10001000101101010001000101100001101111100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885A04; }

 p { color: rgb(136,90,4); }

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

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

 a { background-color: rgb(136,90,4); }

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

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

 span { border-color: rgb(136,90,4); }

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