Shades of Saddle Brown #8A3E00
Tints of Saddle Brown #8A3E00
RGB
CMYK
RGB Variations
Color information
#8A3E00 (or 0x8A3E00) is known color: Saddle Brown. HEX triplet: 8A, 3E and 00. RGB value is (138,62,0). Sum of RGB (Red+Green+Blue) = 138+62+0=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3E00 is #75C1FF. Grayscale: #4D4D4D. Windows color (decimal): -7717376 or 16010. OLE color: 16010.
HSL color Cylindrical-coordinate representation of color #8A3E00: hue angle of 26.96º 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 #8A3E00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.46 |
| HSL | 26.96º | 1% | 0.27% | - |
| HSV(B) | 26.96º | 1% | 0.54% | - |
| XYZ | 12.2 | 8.85 | 1.06 | - |
| YUV | 77.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 0 | 0 | 0.55 | 1 | 0.46 | 26.96 | 1 | 0.27 |
| Hex | 8A | 3E | 0 | 0 | 37 | 64 | 2E | 1B | 64 | 1B |
| Octal | 212 | 76 | 0 | 0 | 67 | 144 | 56 | 33 | 144 | 33 |
| Binary | 10001010 | 111110 | 0 | 0 | 110111 | 1100100 | 101110 | 11011 | 1100100 | 11011 |
Color Harmonies of #8A3E00
Complementary color
Monochromatic Colors of #8A3E00
Black with #8A3E00
Text Example
Text Example
White with #8A3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E00; }
p { color: rgb(138,62,0); }
H1.HeaderClassName
{
color: #8A3E00;
}
.AnyTagClassName
{
color: #8A3E00;
}
</style>
background-color css
<style>
a { background-color: #8A3E00; }
a { background-color: rgb(138,62,0); }
div.DivClassName
{
background-color: #8A3E00;
}
.BgClassName
{
background-color: #8A3E00;
}
</style>
border-color css
<style>
span { border-color: #8A3E00; }
span { border-color: rgb(138,62,0); }
td.TdClassName
{
border-color: #8A3E00;
}
.TagClassName
{
border-color: #8A3E00;
}
</style>