#8A5217

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

Shades of Saddle Brown #8A5217

Tints of Saddle Brown #8A5217

Color information

#8A5217 (or 0x8A5217) is unknown color: approx Saddle Brown. HEX triplet: 8A, 52 and 17. RGB value is (138,82,23). Sum of RGB (Red+Green+Blue) = 138+82+23=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5217 is #75ADE8. Grayscale: #5C5C5C. Windows color (decimal): -7712233 or 1528458. OLE color: 1528458.

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

Color convert

RGB1388223-
CMYK00.410.830.46
HSL30.78º71.43%31.57%-
HSV(B)30.78º83.33%54.12%-
XYZ13.6511.52.31-
YUV92.0289.05160.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 23 (9.38% from 255) = 9.47%
R=56.79%
G=33.74%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138822300.410.830.4630.7871.4331.57
Hex8A5217029532E1f4720
Octal21212227051123563710740
Binary1000101010100101011101010011010011101110111111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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