#885E12

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

Shades of Golden Brown #885E12

Tints of Golden Brown #885E12

Color information

#885E12 (or 0x885E12) is unknown color: approx Golden Brown. HEX triplet: 88, 5E and 12. RGB value is (136,94,18). Sum of RGB (Red+Green+Blue) = 136+94+18=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #885E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E12 is #77A1ED. Grayscale: #626262. Windows color (decimal): -7840238 or 1203848. OLE color: 1203848.

HSL color Cylindrical-coordinate representation of color #885E12: hue angle of 38.64º 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 #885E12 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1369418-
CMYK00.310.870.47
HSL38.64º76.62%30.2%-
HSV(B)38.64º86.76%53.33%-
XYZ14.2713.282.38-
YUV97.8982.91155.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=54.84%
G=37.90%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136941800.310.870.4738.6476.6230.2
Hex885E1201F572F274d1e
Octal21013622037127574711536
Binary100010001011110100100111111010111101111100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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