#8A5215

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

Shades of Saddle Brown #8A5215

Tints of Saddle Brown #8A5215

Color information

#8A5215 (or 0x8A5215) is unknown color: approx Saddle Brown. HEX triplet: 8A, 52 and 15. RGB value is (138,82,21). Sum of RGB (Red+Green+Blue) = 138+82+21=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5215 is #75ADEA. Grayscale: #5C5C5C. Windows color (decimal): -7712235 or 1397386. OLE color: 1397386.

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

Color convert

RGB1388221-
CMYK00.410.850.46
HSL31.28º73.58%31.18%-
HSV(B)31.28º84.78%54.12%-
XYZ13.6311.492.21-
YUV91.7988.05160.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.26%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=57.26%
G=34.02%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138822100.410.850.4631.2873.5831.18
Hex8A5215029552E1f4a1f
Octal21212225051125563711237
Binary100010101010010101010101001101010110111011111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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