Shades of Saddle Brown #8B440A
Tints of Saddle Brown #8B440A
RGB
CMYK
RGB Variations
Color information
#8B440A (or 0x8B440A) is known color: Saddle Brown. HEX triplet: 8B, 44 and 0A. RGB value is (139,68,10). Sum of RGB (Red+Green+Blue) = 139+68+10=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B440A is #74BBF5. Grayscale: #525252. Windows color (decimal): -7650294 or 672907. OLE color: 672907.
HSL color Cylindrical-coordinate representation of color #8B440A: hue angle of 26.98º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B440A is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 10 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.45 |
| HSL | 26.98º | 0.87% | 0.29% | - |
| HSV(B) | 26.98º | 0.93% | 0.55% | - |
| XYZ | 12.77 | 9.65 | 1.48 | - |
| YUV | 82.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 10 | 0 | 0.51 | 0.93 | 0.45 | 26.98 | 0.87 | 0.29 |
| Hex | 8B | 44 | A | 0 | 33 | 5D | 2D | 1B | 57 | 1D |
| Octal | 213 | 104 | 12 | 0 | 63 | 135 | 55 | 33 | 127 | 35 |
| Binary | 10001011 | 1000100 | 1010 | 0 | 110011 | 1011101 | 101101 | 11011 | 1010111 | 11101 |
Color Harmonies of #8B440A
Complementary color
Monochromatic Colors of #8B440A
Black with #8B440A
Text Example
Text Example
White with #8B440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B440A; }
p { color: rgb(139,68,10); }
H1.HeaderClassName
{
color: #8B440A;
}
.AnyTagClassName
{
color: #8B440A;
}
</style>
background-color css
<style>
a { background-color: #8B440A; }
a { background-color: rgb(139,68,10); }
div.DivClassName
{
background-color: #8B440A;
}
.BgClassName
{
background-color: #8B440A;
}
</style>
border-color css
<style>
span { border-color: #8B440A; }
span { border-color: rgb(139,68,10); }
td.TdClassName
{
border-color: #8B440A;
}
.TagClassName
{
border-color: #8B440A;
}
</style>