#885B14

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

Shades of Golden Brown #885B14

Tints of Golden Brown #885B14

Color information

#885B14 (or 0x885B14) is unknown color: approx Golden Brown. HEX triplet: 88, 5B and 14. RGB value is (136,91,20). Sum of RGB (Red+Green+Blue) = 136+91+20=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #885B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B14 is #77A4EB. Grayscale: #606060. Windows color (decimal): -7841004 or 1334152. OLE color: 1334152.

HSL color Cylindrical-coordinate representation of color #885B14: hue angle of 36.72º degrees, saturation: 0.74, 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 #885B14 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1369120-
CMYK00.330.850.47
HSL36.72º74.36%30.59%-
HSV(B)36.72º85.29%53.33%-
XYZ14.0212.772.39-
YUV96.3684.91156.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=55.06%
G=36.84%
B=8.10%

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
Decimal136912000.330.850.4736.7274.3630.59
Hex885B14021552F254a1f
Octal21013324041125574511237
Binary1000100010110111010001000011010101101111100101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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