Shades of Saddle Brown #8A3A05
Tints of Saddle Brown #8A3A05
RGB
CMYK
RGB Variations
Color information
#8A3A05 (or 0x8A3A05) is known color: Saddle Brown. HEX triplet: 8A, 3A and 05. RGB value is (138,58,5). Sum of RGB (Red+Green+Blue) = 138+58+5=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3A05 is #75C5FA. Grayscale: #4C4C4C. Windows color (decimal): -7718395 or 342666. OLE color: 342666.
HSL color Cylindrical-coordinate representation of color #8A3A05: hue angle of 23.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A3A05 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 5 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.46 |
| HSL | 23.91º | 0.93% | 0.28% | - |
| HSV(B) | 23.91º | 0.96% | 0.54% | - |
| XYZ | 12.02 | 8.44 | 1.14 | - |
| YUV | 75.88 | 88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 5 | 0 | 0.58 | 0.96 | 0.46 | 23.91 | 0.93 | 0.28 |
| Hex | 8A | 3A | 5 | 0 | 3A | 60 | 2E | 18 | 5D | 1C |
| Octal | 212 | 72 | 5 | 0 | 72 | 140 | 56 | 30 | 135 | 34 |
| Binary | 10001010 | 111010 | 101 | 0 | 111010 | 1100000 | 101110 | 11000 | 1011101 | 11100 |
Color Harmonies of #8A3A05
Complementary color
Monochromatic Colors of #8A3A05
Black with #8A3A05
Text Example
Text Example
White with #8A3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A05; }
p { color: rgb(138,58,5); }
H1.HeaderClassName
{
color: #8A3A05;
}
.AnyTagClassName
{
color: #8A3A05;
}
</style>
background-color css
<style>
a { background-color: #8A3A05; }
a { background-color: rgb(138,58,5); }
div.DivClassName
{
background-color: #8A3A05;
}
.BgClassName
{
background-color: #8A3A05;
}
</style>
border-color css
<style>
span { border-color: #8A3A05; }
span { border-color: rgb(138,58,5); }
td.TdClassName
{
border-color: #8A3A05;
}
.TagClassName
{
border-color: #8A3A05;
}
</style>