#885B15

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

Shades of Golden Brown #885B15

Tints of Golden Brown #885B15

Color information

#885B15 (or 0x885B15) is unknown color: approx Golden Brown. HEX triplet: 88, 5B and 15. RGB value is (136,91,21). Sum of RGB (Red+Green+Blue) = 136+91+21=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #885B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B15 is #77A4EA. Grayscale: #606060. Windows color (decimal): -7841003 or 1399688. OLE color: 1399688.

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

Color convert

RGB1369121-
CMYK00.330.850.47
HSL36.52º73.25%30.78%-
HSV(B)36.52º84.56%53.33%-
XYZ14.0312.772.43-
YUV96.4885.41156.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=54.84%
G=36.69%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136912100.330.850.4736.5273.2530.78
Hex885B15021552F25491f
Octal21013325041125574511137
Binary1000100010110111010101000011010101101111100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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