#885A09

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

Shades of Golden Brown #885A09

Tints of Golden Brown #885A09

Color information

#885A09 (or 0x885A09) is unknown color: approx Golden Brown. HEX triplet: 88, 5A and 09. RGB value is (136,90,9). Sum of RGB (Red+Green+Blue) = 136+90+9=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A09 is #77A5F6. Grayscale: #5E5E5E. Windows color (decimal): -7841271 or 613000. OLE color: 613000.

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

Color convert

RGB136909-
CMYK00.340.930.47
HSL38.27º87.59%28.43%-
HSV(B)38.27º93.38%53.33%-
XYZ13.8612.571.95-
YUV94.5279.74157.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=57.87%
G=38.30%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13690900.340.930.4738.2787.5928.43
Hex885A90225D2F26581c
Octal21013211042135574613034
Binary100010001011010100101000101011101101111100110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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