#885B08

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

Shades of Golden Brown #885B08

Tints of Golden Brown #885B08

Color information

#885B08 (or 0x885B08) is unknown color: approx Golden Brown. HEX triplet: 88, 5B and 08. RGB value is (136,91,8). Sum of RGB (Red+Green+Blue) = 136+91+8=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B08 is #77A4F7. Grayscale: #5F5F5F. Windows color (decimal): -7841016 or 547720. OLE color: 547720.

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

Color convert

RGB136918-
CMYK00.330.940.47
HSL38.91º88.89%28.24%-
HSV(B)38.91º94.12%53.33%-
XYZ13.9412.731.95-
YUV94.9978.91157.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=57.87%
G=38.72%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13691800.330.940.4738.9188.8928.24
Hex885B80215E2F27591c
Octal21013310041136574713134
Binary100010001011011100001000011011110101111100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,8); }

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

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

 a { background-color: rgb(136,91,8); }

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

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

 span { border-color: rgb(136,91,8); }

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