Shades of Saddle Brown #8A441D
Tints of Saddle Brown #8A441D
RGB
CMYK
RGB Variations
Color information
#8A441D (or 0x8A441D) is known color: Saddle Brown. HEX triplet: 8A, 44 and 1D. RGB value is (138,68,29). Sum of RGB (Red+Green+Blue) = 138+68+29=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A441D is #75BBE2. Grayscale: #545454. Windows color (decimal): -7715811 or 1918090. OLE color: 1918090.
HSL color Cylindrical-coordinate representation of color #8A441D: hue angle of 21.47º 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 #8A441D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 29 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.46 |
| HSL | 21.47º | 0.65% | 0.33% | - |
| HSV(B) | 21.47º | 0.79% | 0.54% | - |
| XYZ | 12.77 | 9.63 | 2.35 | - |
| YUV | 84.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 29 | 0 | 0.51 | 0.79 | 0.46 | 21.47 | 0.65 | 0.33 |
| Hex | 8A | 44 | 1D | 0 | 33 | 4F | 2E | 15 | 41 | 21 |
| Octal | 212 | 104 | 35 | 0 | 63 | 117 | 56 | 25 | 101 | 41 |
| Binary | 10001010 | 1000100 | 11101 | 0 | 110011 | 1001111 | 101110 | 10101 | 1000001 | 100001 |
Color Harmonies of #8A441D
Complementary color
Monochromatic Colors of #8A441D
Black with #8A441D
Text Example
Text Example
White with #8A441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A441D; }
p { color: rgb(138,68,29); }
H1.HeaderClassName
{
color: #8A441D;
}
.AnyTagClassName
{
color: #8A441D;
}
</style>
background-color css
<style>
a { background-color: #8A441D; }
a { background-color: rgb(138,68,29); }
div.DivClassName
{
background-color: #8A441D;
}
.BgClassName
{
background-color: #8A441D;
}
</style>
border-color css
<style>
span { border-color: #8A441D; }
span { border-color: rgb(138,68,29); }
td.TdClassName
{
border-color: #8A441D;
}
.TagClassName
{
border-color: #8A441D;
}
</style>