Shades of Saddle Brown #8A2F07
Tints of Saddle Brown #8A2F07
RGB
CMYK
RGB Variations
Color information
#8A2F07 (or 0x8A2F07) is known color: Saddle Brown. HEX triplet: 8A, 2F and 07. RGB value is (138,47,7). Sum of RGB (Red+Green+Blue) = 138+47+7=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2F07 is #75D0F8. Grayscale: #454545. Windows color (decimal): -7721209 or 470922. OLE color: 470922.
HSL color Cylindrical-coordinate representation of color #8A2F07: hue angle of 18.32º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A2F07 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 47 | 7 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.46 |
| HSL | 18.32º | 0.9% | 0.28% | - |
| HSV(B) | 18.32º | 0.95% | 0.54% | - |
| XYZ | 11.54 | 7.45 | 1.03 | - |
| YUV | 69.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 7 | 0 | 0.66 | 0.95 | 0.46 | 18.32 | 0.9 | 0.28 |
| Hex | 8A | 2F | 7 | 0 | 42 | 5F | 2E | 12 | 5A | 1C |
| Octal | 212 | 57 | 7 | 0 | 102 | 137 | 56 | 22 | 132 | 34 |
| Binary | 10001010 | 101111 | 111 | 0 | 1000010 | 1011111 | 101110 | 10010 | 1011010 | 11100 |
Color Harmonies of #8A2F07
Complementary color
Monochromatic Colors of #8A2F07
Black with #8A2F07
Text Example
Text Example
White with #8A2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2F07; }
p { color: rgb(138,47,7); }
H1.HeaderClassName
{
color: #8A2F07;
}
.AnyTagClassName
{
color: #8A2F07;
}
</style>
background-color css
<style>
a { background-color: #8A2F07; }
a { background-color: rgb(138,47,7); }
div.DivClassName
{
background-color: #8A2F07;
}
.BgClassName
{
background-color: #8A2F07;
}
</style>
border-color css
<style>
span { border-color: #8A2F07; }
span { border-color: rgb(138,47,7); }
td.TdClassName
{
border-color: #8A2F07;
}
.TagClassName
{
border-color: #8A2F07;
}
</style>