Shades of Saddle Brown #8A401D
Tints of Saddle Brown #8A401D
RGB
CMYK
RGB Variations
Color information
#8A401D (or 0x8A401D) is known color: Saddle Brown. HEX triplet: 8A, 40 and 1D. RGB value is (138,64,29). Sum of RGB (Red+Green+Blue) = 138+64+29=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A401D is #75BFE2. Grayscale: #525252. Windows color (decimal): -7716835 or 1917066. OLE color: 1917066.
HSL color Cylindrical-coordinate representation of color #8A401D: hue angle of 19.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A401D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 29 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.46 |
| HSL | 19.27º | 0.65% | 0.33% | - |
| HSV(B) | 19.27º | 0.79% | 0.54% | - |
| XYZ | 12.54 | 9.16 | 2.27 | - |
| YUV | 82.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 29 | 0 | 0.54 | 0.79 | 0.46 | 19.27 | 0.65 | 0.33 |
| Hex | 8A | 40 | 1D | 0 | 36 | 4F | 2E | 13 | 41 | 21 |
| Octal | 212 | 100 | 35 | 0 | 66 | 117 | 56 | 23 | 101 | 41 |
| Binary | 10001010 | 1000000 | 11101 | 0 | 110110 | 1001111 | 101110 | 10011 | 1000001 | 100001 |
Color Harmonies of #8A401D
Complementary color
Monochromatic Colors of #8A401D
Black with #8A401D
Text Example
Text Example
White with #8A401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A401D; }
p { color: rgb(138,64,29); }
H1.HeaderClassName
{
color: #8A401D;
}
.AnyTagClassName
{
color: #8A401D;
}
</style>
background-color css
<style>
a { background-color: #8A401D; }
a { background-color: rgb(138,64,29); }
div.DivClassName
{
background-color: #8A401D;
}
.BgClassName
{
background-color: #8A401D;
}
</style>
border-color css
<style>
span { border-color: #8A401D; }
span { border-color: rgb(138,64,29); }
td.TdClassName
{
border-color: #8A401D;
}
.TagClassName
{
border-color: #8A401D;
}
</style>