Shades of Saddle Brown #8A3900
Tints of Saddle Brown #8A3900
RGB
CMYK
RGB Variations
Color information
#8A3900 (or 0x8A3900) is known color: Saddle Brown. HEX triplet: 8A, 39 and 00. RGB value is (138,57,0). Sum of RGB (Red+Green+Blue) = 138+57+0=195 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.77% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3900 is #75C6FF. Grayscale: #4B4B4B. Windows color (decimal): -7718656 or 14730. OLE color: 14730.
HSL color Cylindrical-coordinate representation of color #8A3900: hue angle of 24.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A3900 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 57 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.46 |
| HSL | 24.78º | 1% | 0.27% | - |
| HSV(B) | 24.78º | 1% | 0.54% | - |
| XYZ | 11.94 | 8.33 | 0.98 | - |
| YUV | 74.72 | 85.84 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 0 | 0 | 0.59 | 1 | 0.46 | 24.78 | 1 | 0.27 |
| Hex | 8A | 39 | 0 | 0 | 3B | 64 | 2E | 19 | 64 | 1B |
| Octal | 212 | 71 | 0 | 0 | 73 | 144 | 56 | 31 | 144 | 33 |
| Binary | 10001010 | 111001 | 0 | 0 | 111011 | 1100100 | 101110 | 11001 | 1100100 | 11011 |
Color Harmonies of #8A3900
Complementary color
Monochromatic Colors of #8A3900
Black with #8A3900
Text Example
Text Example
White with #8A3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3900; }
p { color: rgb(138,57,0); }
H1.HeaderClassName
{
color: #8A3900;
}
.AnyTagClassName
{
color: #8A3900;
}
</style>
background-color css
<style>
a { background-color: #8A3900; }
a { background-color: rgb(138,57,0); }
div.DivClassName
{
background-color: #8A3900;
}
.BgClassName
{
background-color: #8A3900;
}
</style>
border-color css
<style>
span { border-color: #8A3900; }
span { border-color: rgb(138,57,0); }
td.TdClassName
{
border-color: #8A3900;
}
.TagClassName
{
border-color: #8A3900;
}
</style>