#8D5E11

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

Shades of Golden Brown #8D5E11

Tints of Golden Brown #8D5E11

Color information

#8D5E11 (or 0x8D5E11) is unknown color: approx Golden Brown. HEX triplet: 8D, 5E and 11. RGB value is (141,94,17). Sum of RGB (Red+Green+Blue) = 141+94+17=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5E11 is #72A1EE. Grayscale: #636363. Windows color (decimal): -7512559 or 1138317. OLE color: 1138317.

HSL color Cylindrical-coordinate representation of color #8D5E11: hue angle of 37.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D5E11 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1419417-
CMYK00.330.880.45
HSL37.26º78.48%30.98%-
HSV(B)37.26º87.94%55.29%-
XYZ15.0913.712.38-
YUV99.2881.57157.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=55.95%
G=37.30%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141941700.330.880.4537.2678.4830.98
Hex8D5E11021582D254e1f
Octal21513621041130554511637
Binary1000110110111101000101000011011000101101100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5E11; }

 p { color: rgb(141,94,17); }

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

<style>
 a { background-color: #8D5E11; }

 a { background-color: rgb(141,94,17); }

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

<style>
 span { border-color: #8D5E11; }

 span { border-color: rgb(141,94,17); }

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