Shades of Saddle Brown #8A2D06
Tints of Saddle Brown #8A2D06
RGB
CMYK
RGB Variations
Color information
#8A2D06 (or 0x8A2D06) is known color: Saddle Brown. HEX triplet: 8A, 2D and 06. RGB value is (138,45,6). Sum of RGB (Red+Green+Blue) = 138+45+6=189 (25% of max value = 765). Red value is 138 (54.30% from 255 or 73.02% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2D06 is #75D2F9. Grayscale: #444444. Windows color (decimal): -7721722 or 404874. OLE color: 404874.
HSL color Cylindrical-coordinate representation of color #8A2D06: hue angle of 17.73º degrees, saturation: 0.92, 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 #8A2D06 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 6 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.46 |
| HSL | 17.73º | 0.92% | 0.28% | - |
| HSV(B) | 17.73º | 0.96% | 0.54% | - |
| XYZ | 11.45 | 7.29 | 0.98 | - |
| YUV | 68.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 6 | 0 | 0.67 | 0.96 | 0.46 | 17.73 | 0.92 | 0.28 |
| Hex | 8A | 2D | 6 | 0 | 43 | 60 | 2E | 12 | 5C | 1C |
| Octal | 212 | 55 | 6 | 0 | 103 | 140 | 56 | 22 | 134 | 34 |
| Binary | 10001010 | 101101 | 110 | 0 | 1000011 | 1100000 | 101110 | 10010 | 1011100 | 11100 |
Color Harmonies of #8A2D06
Complementary color
Monochromatic Colors of #8A2D06
Black with #8A2D06
Text Example
Text Example
White with #8A2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D06; }
p { color: rgb(138,45,6); }
H1.HeaderClassName
{
color: #8A2D06;
}
.AnyTagClassName
{
color: #8A2D06;
}
</style>
background-color css
<style>
a { background-color: #8A2D06; }
a { background-color: rgb(138,45,6); }
div.DivClassName
{
background-color: #8A2D06;
}
.BgClassName
{
background-color: #8A2D06;
}
</style>
border-color css
<style>
span { border-color: #8A2D06; }
span { border-color: rgb(138,45,6); }
td.TdClassName
{
border-color: #8A2D06;
}
.TagClassName
{
border-color: #8A2D06;
}
</style>