#8A510D

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

Shades of Saddle Brown #8A510D

Tints of Saddle Brown #8A510D

Color information

#8A510D (or 0x8A510D) is unknown color: approx Saddle Brown. HEX triplet: 8A, 51 and 0D. RGB value is (138,81,13). Sum of RGB (Red+Green+Blue) = 138+81+13=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A510D is #75AEF2. Grayscale: #5A5A5A. Windows color (decimal): -7712499 or 872842. OLE color: 872842.

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

Color convert

RGB1388113-
CMYK00.410.910.46
HSL32.64º82.78%29.61%-
HSV(B)32.64º90.58%54.12%-
XYZ13.511.321.85-
YUV90.2984.38162.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.48%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=59.48%
G=34.91%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138811300.410.910.4632.6482.7829.61
Hex8A51D0295B2E21531e
Octal21212115051133564112336
Binary100010101010001110101010011011011101110100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,13); }

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

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

 a { background-color: rgb(138,81,13); }

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

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

 span { border-color: rgb(138,81,13); }

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