Shades of Saddle Brown #8A441A
Tints of Saddle Brown #8A441A
RGB
CMYK
RGB Variations
Color information
#8A441A (or 0x8A441A) is known color: Saddle Brown. HEX triplet: 8A, 44 and 1A. RGB value is (138,68,26). Sum of RGB (Red+Green+Blue) = 138+68+26=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A441A is #75BBE5. Grayscale: #545454. Windows color (decimal): -7715814 or 1721482. OLE color: 1721482.
HSL color Cylindrical-coordinate representation of color #8A441A: hue angle of 22.5º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A441A is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 26 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.46 |
| HSL | 22.5º | 0.68% | 0.32% | - |
| HSV(B) | 22.5º | 0.81% | 0.54% | - |
| XYZ | 12.73 | 9.61 | 2.16 | - |
| YUV | 84.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 26 | 0 | 0.51 | 0.81 | 0.46 | 22.5 | 0.68 | 0.32 |
| Hex | 8A | 44 | 1A | 0 | 33 | 51 | 2E | 16 | 44 | 20 |
| Octal | 212 | 104 | 32 | 0 | 63 | 121 | 56 | 26 | 104 | 40 |
| Binary | 10001010 | 1000100 | 11010 | 0 | 110011 | 1010001 | 101110 | 10110 | 1000100 | 100000 |
Color Harmonies of #8A441A
Complementary color
Monochromatic Colors of #8A441A
Black with #8A441A
Text Example
Text Example
White with #8A441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A441A; }
p { color: rgb(138,68,26); }
H1.HeaderClassName
{
color: #8A441A;
}
.AnyTagClassName
{
color: #8A441A;
}
</style>
background-color css
<style>
a { background-color: #8A441A; }
a { background-color: rgb(138,68,26); }
div.DivClassName
{
background-color: #8A441A;
}
.BgClassName
{
background-color: #8A441A;
}
</style>
border-color css
<style>
span { border-color: #8A441A; }
span { border-color: rgb(138,68,26); }
td.TdClassName
{
border-color: #8A441A;
}
.TagClassName
{
border-color: #8A441A;
}
</style>