#8A4717

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

Shades of Saddle Brown #8A4717

Tints of Saddle Brown #8A4717

Color information

#8A4717 (or 0x8A4717) is unknown color: approx Saddle Brown. HEX triplet: 8A, 47 and 17. RGB value is (138,71,23). Sum of RGB (Red+Green+Blue) = 138+71+23=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4717 is #75B8E8. Grayscale: #555555. Windows color (decimal): -7715049 or 1525642. OLE color: 1525642.

HSL color Cylindrical-coordinate representation of color #8A4717: hue angle of 25.04º 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 #8A4717 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB1387123-
CMYK00.490.830.46
HSL25.04º71.43%31.57%-
HSV(B)25.04º83.33%54.12%-
XYZ12.899.972.06-
YUV85.5692.7165.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.48%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 23 (9.38% from 255) = 9.91%
R=59.48%
G=30.60%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138712300.490.830.4625.0471.4331.57
Hex8A4717031532E194720
Octal21210727061123563110740
Binary1000101010001111011101100011010011101110110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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