Shades of Saddle Brown #8A5310
Tints of Saddle Brown #8A5310
RGB
CMYK
RGB Variations
Color information
#8A5310 (or 0x8A5310) is known color: Saddle Brown. HEX triplet: 8A, 53 and 10. RGB value is (138,83,16). Sum of RGB (Red+Green+Blue) = 138+83+16=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5310 is #75ACEF. Grayscale: #5C5C5C. Windows color (decimal): -7711984 or 1069962. OLE color: 1069962.
HSL color Cylindrical-coordinate representation of color #8A5310: hue angle of 32.95º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A5310 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 16 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.46 |
| HSL | 32.95º | 0.79% | 0.3% | - |
| HSV(B) | 32.95º | 0.88% | 0.54% | - |
| XYZ | 13.67 | 11.63 | 2.01 | - |
| YUV | 91.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 16 | 0 | 0.40 | 0.88 | 0.46 | 32.95 | 0.79 | 0.3 |
| Hex | 8A | 53 | 10 | 0 | 28 | 58 | 2E | 21 | 4F | 1E |
| Octal | 212 | 123 | 20 | 0 | 50 | 130 | 56 | 41 | 117 | 36 |
| Binary | 10001010 | 1010011 | 10000 | 0 | 101000 | 1011000 | 101110 | 100001 | 1001111 | 11110 |
Color Harmonies of #8A5310
Complementary color
Monochromatic Colors of #8A5310
Black with #8A5310
Text Example
Text Example
White with #8A5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5310; }
p { color: rgb(138,83,16); }
H1.HeaderClassName
{
color: #8A5310;
}
.AnyTagClassName
{
color: #8A5310;
}
</style>
background-color css
<style>
a { background-color: #8A5310; }
a { background-color: rgb(138,83,16); }
div.DivClassName
{
background-color: #8A5310;
}
.BgClassName
{
background-color: #8A5310;
}
</style>
border-color css
<style>
span { border-color: #8A5310; }
span { border-color: rgb(138,83,16); }
td.TdClassName
{
border-color: #8A5310;
}
.TagClassName
{
border-color: #8A5310;
}
</style>