Shades of Saddle Brown #8A3C00
Tints of Saddle Brown #8A3C00
RGB
CMYK
RGB Variations
Color information
#8A3C00 (or 0x8A3C00) is known color: Saddle Brown. HEX triplet: 8A, 3C and 00. RGB value is (138,60,0). Sum of RGB (Red+Green+Blue) = 138+60+0=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3C00 is #75C3FF. Grayscale: #4C4C4C. Windows color (decimal): -7717888 or 15498. OLE color: 15498.
HSL color Cylindrical-coordinate representation of color #8A3C00: hue angle of 26.09º 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 #8A3C00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.46 |
| HSL | 26.09º | 1% | 0.27% | - |
| HSV(B) | 26.09º | 1% | 0.54% | - |
| XYZ | 12.1 | 8.63 | 1.03 | - |
| YUV | 76.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 0 | 0 | 0.57 | 1 | 0.46 | 26.09 | 1 | 0.27 |
| Hex | 8A | 3C | 0 | 0 | 39 | 64 | 2E | 1A | 64 | 1B |
| Octal | 212 | 74 | 0 | 0 | 71 | 144 | 56 | 32 | 144 | 33 |
| Binary | 10001010 | 111100 | 0 | 0 | 111001 | 1100100 | 101110 | 11010 | 1100100 | 11011 |
Color Harmonies of #8A3C00
Complementary color
Monochromatic Colors of #8A3C00
Black with #8A3C00
Text Example
Text Example
White with #8A3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C00; }
p { color: rgb(138,60,0); }
H1.HeaderClassName
{
color: #8A3C00;
}
.AnyTagClassName
{
color: #8A3C00;
}
</style>
background-color css
<style>
a { background-color: #8A3C00; }
a { background-color: rgb(138,60,0); }
div.DivClassName
{
background-color: #8A3C00;
}
.BgClassName
{
background-color: #8A3C00;
}
</style>
border-color css
<style>
span { border-color: #8A3C00; }
span { border-color: rgb(138,60,0); }
td.TdClassName
{
border-color: #8A3C00;
}
.TagClassName
{
border-color: #8A3C00;
}
</style>