#8A5211

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

Shades of Saddle Brown #8A5211

Tints of Saddle Brown #8A5211

Color information

#8A5211 (or 0x8A5211) is unknown color: approx Saddle Brown. HEX triplet: 8A, 52 and 11. RGB value is (138,82,17). Sum of RGB (Red+Green+Blue) = 138+82+17=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5211 is #75ADEE. Grayscale: #5B5B5B. Windows color (decimal): -7712239 or 1135242. OLE color: 1135242.

HSL color Cylindrical-coordinate representation of color #8A5211: hue angle of 32.23º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A5211 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB1388217-
CMYK00.410.880.46
HSL32.23º78.06%30.39%-
HSV(B)32.23º87.68%54.12%-
XYZ13.611.482.03-
YUV91.3386.05161.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.23%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=58.23%
G=34.60%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138821700.410.880.4632.2378.0630.39
Hex8A5211029582E204e1e
Octal21212221051130564011636
Binary1000101010100101000101010011011000101110100000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,17); }

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

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

 a { background-color: rgb(138,82,17); }

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

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

 span { border-color: rgb(138,82,17); }

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