Shades of Saddle Brown #8A5113
Tints of Saddle Brown #8A5113
RGB
CMYK
RGB Variations
Color information
#8A5113 (or 0x8A5113) is known color: Saddle Brown. HEX triplet: 8A, 51 and 13. RGB value is (138,81,19). Sum of RGB (Red+Green+Blue) = 138+81+19=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5113 is #75AEEC. Grayscale: #5B5B5B. Windows color (decimal): -7712493 or 1266058. OLE color: 1266058.
HSL color Cylindrical-coordinate representation of color #8A5113: hue angle of 31.26º degrees, saturation: 0.76, 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 #8A5113 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 81 | 19 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.46 |
| HSL | 31.26º | 0.76% | 0.31% | - |
| HSV(B) | 31.26º | 0.86% | 0.54% | - |
| XYZ | 13.54 | 11.34 | 2.09 | - |
| YUV | 90.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 19 | 0 | 0.41 | 0.86 | 0.46 | 31.26 | 0.76 | 0.31 |
| Hex | 8A | 51 | 13 | 0 | 29 | 56 | 2E | 1F | 4C | 1F |
| Octal | 212 | 121 | 23 | 0 | 51 | 126 | 56 | 37 | 114 | 37 |
| Binary | 10001010 | 1010001 | 10011 | 0 | 101001 | 1010110 | 101110 | 11111 | 1001100 | 11111 |
Color Harmonies of #8A5113
Complementary color
Monochromatic Colors of #8A5113
Black with #8A5113
Text Example
Text Example
White with #8A5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5113; }
p { color: rgb(138,81,19); }
H1.HeaderClassName
{
color: #8A5113;
}
.AnyTagClassName
{
color: #8A5113;
}
</style>
background-color css
<style>
a { background-color: #8A5113; }
a { background-color: rgb(138,81,19); }
div.DivClassName
{
background-color: #8A5113;
}
.BgClassName
{
background-color: #8A5113;
}
</style>
border-color css
<style>
span { border-color: #8A5113; }
span { border-color: rgb(138,81,19); }
td.TdClassName
{
border-color: #8A5113;
}
.TagClassName
{
border-color: #8A5113;
}
</style>