#8A5514

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

Shades of Saddle Brown #8A5514

Tints of Saddle Brown #8A5514

Color information

#8A5514 (or 0x8A5514) is unknown color: approx Saddle Brown. HEX triplet: 8A, 55 and 14. RGB value is (138,85,20). Sum of RGB (Red+Green+Blue) = 138+85+20=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5514 is #75AAEB. Grayscale: #5D5D5D. Windows color (decimal): -7711468 or 1332618. OLE color: 1332618.

HSL color Cylindrical-coordinate representation of color #8A5514: hue angle of 33.05º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A5514 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1388520-
CMYK00.380.860.46
HSL33.05º74.68%30.98%-
HSV(B)33.05º85.51%54.12%-
XYZ13.8611.952.24-
YUV93.4486.56159.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=56.79%
G=34.98%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138852000.380.860.4633.0574.6830.98
Hex8A5514026562E214b1f
Octal21212524046126564111337
Binary1000101010101011010001001101010110101110100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,85,20); }

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

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

 a { background-color: rgb(138,85,20); }

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

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

 span { border-color: rgb(138,85,20); }

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