#885A0F

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

Shades of Golden Brown #885A0F

Tints of Golden Brown #885A0F

Color information

#885A0F (or 0x885A0F) is unknown color: approx Golden Brown. HEX triplet: 88, 5A and 0F. RGB value is (136,90,15). Sum of RGB (Red+Green+Blue) = 136+90+15=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #885A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A0F is #77A5F0. Grayscale: #5F5F5F. Windows color (decimal): -7841265 or 1006216. OLE color: 1006216.

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

Color convert

RGB1369015-
CMYK00.340.890.47
HSL37.19º80.13%29.61%-
HSV(B)37.19º88.97%53.33%-
XYZ13.912.582.15-
YUV95.282.74157.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=56.43%
G=37.34%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136901500.340.890.4737.1980.1329.61
Hex885AF022592F25501e
Octal21013217042131574512036
Binary100010001011010111101000101011001101111100101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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