#885B12

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

Shades of Golden Brown #885B12

Tints of Golden Brown #885B12

Color information

#885B12 (or 0x885B12) is unknown color: approx Golden Brown. HEX triplet: 88, 5B and 12. RGB value is (136,91,18). Sum of RGB (Red+Green+Blue) = 136+91+18=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B12 is #77A4ED. Grayscale: #606060. Windows color (decimal): -7841006 or 1203080. OLE color: 1203080.

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

Color convert

RGB1369118-
CMYK00.330.870.47
HSL37.12º76.62%30.2%-
HSV(B)37.12º86.76%53.33%-
XYZ1412.762.3-
YUV96.1383.91156.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=55.51%
G=37.14%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136911800.330.870.4737.1276.6230.2
Hex885B12021572F254d1e
Octal21013322041127574511536
Binary1000100010110111001001000011010111101111100101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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