Shades of Saddle Brown #8A4100
Tints of Saddle Brown #8A4100
RGB
CMYK
RGB Variations
Color information
#8A4100 (or 0x8A4100) is known color: Saddle Brown. HEX triplet: 8A, 41 and 00. RGB value is (138,65,0). Sum of RGB (Red+Green+Blue) = 138+65+0=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4100 is #75BEFF. Grayscale: #4F4F4F. Windows color (decimal): -7716608 or 16778. OLE color: 16778.
HSL color Cylindrical-coordinate representation of color #8A4100: hue angle of 28.26º 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 #8A4100 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.46 |
| HSL | 28.26º | 1% | 0.27% | - |
| HSV(B) | 28.26º | 1% | 0.54% | - |
| XYZ | 12.37 | 9.18 | 1.12 | - |
| YUV | 79.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 0 | 0 | 0.53 | 1 | 0.46 | 28.26 | 1 | 0.27 |
| Hex | 8A | 41 | 0 | 0 | 35 | 64 | 2E | 1C | 64 | 1B |
| Octal | 212 | 101 | 0 | 0 | 65 | 144 | 56 | 34 | 144 | 33 |
| Binary | 10001010 | 1000001 | 0 | 0 | 110101 | 1100100 | 101110 | 11100 | 1100100 | 11011 |
Color Harmonies of #8A4100
Complementary color
Monochromatic Colors of #8A4100
Black with #8A4100
Text Example
Text Example
White with #8A4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4100; }
p { color: rgb(138,65,0); }
H1.HeaderClassName
{
color: #8A4100;
}
.AnyTagClassName
{
color: #8A4100;
}
</style>
background-color css
<style>
a { background-color: #8A4100; }
a { background-color: rgb(138,65,0); }
div.DivClassName
{
background-color: #8A4100;
}
.BgClassName
{
background-color: #8A4100;
}
</style>
border-color css
<style>
span { border-color: #8A4100; }
span { border-color: rgb(138,65,0); }
td.TdClassName
{
border-color: #8A4100;
}
.TagClassName
{
border-color: #8A4100;
}
</style>