Shades of Saddle Brown #8A3F05
Tints of Saddle Brown #8A3F05
RGB
CMYK
RGB Variations
Color information
#8A3F05 (or 0x8A3F05) is known color: Saddle Brown. HEX triplet: 8A, 3F and 05. RGB value is (138,63,5). Sum of RGB (Red+Green+Blue) = 138+63+5=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3F05 is #75C0FA. Grayscale: #4F4F4F. Windows color (decimal): -7717115 or 343946. OLE color: 343946.
HSL color Cylindrical-coordinate representation of color #8A3F05: hue angle of 26.17º 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 #8A3F05 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 5 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.46 |
| HSL | 26.17º | 0.93% | 0.28% | - |
| HSV(B) | 26.17º | 0.96% | 0.54% | - |
| XYZ | 12.29 | 8.97 | 1.23 | - |
| YUV | 78.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 5 | 0 | 0.54 | 0.96 | 0.46 | 26.17 | 0.93 | 0.28 |
| Hex | 8A | 3F | 5 | 0 | 36 | 60 | 2E | 1A | 5D | 1C |
| Octal | 212 | 77 | 5 | 0 | 66 | 140 | 56 | 32 | 135 | 34 |
| Binary | 10001010 | 111111 | 101 | 0 | 110110 | 1100000 | 101110 | 11010 | 1011101 | 11100 |
Color Harmonies of #8A3F05
Complementary color
Monochromatic Colors of #8A3F05
Black with #8A3F05
Text Example
Text Example
White with #8A3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F05; }
p { color: rgb(138,63,5); }
H1.HeaderClassName
{
color: #8A3F05;
}
.AnyTagClassName
{
color: #8A3F05;
}
</style>
background-color css
<style>
a { background-color: #8A3F05; }
a { background-color: rgb(138,63,5); }
div.DivClassName
{
background-color: #8A3F05;
}
.BgClassName
{
background-color: #8A3F05;
}
</style>
border-color css
<style>
span { border-color: #8A3F05; }
span { border-color: rgb(138,63,5); }
td.TdClassName
{
border-color: #8A3F05;
}
.TagClassName
{
border-color: #8A3F05;
}
</style>