Shades of Saddle Brown #8B4818
Tints of Saddle Brown #8B4818
RGB
CMYK
RGB Variations
Color information
#8B4818 (or 0x8B4818) is known color: Saddle Brown. HEX triplet: 8B, 48 and 18. RGB value is (139,72,24). Sum of RGB (Red+Green+Blue) = 139+72+24=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4818 is #74B7E7. Grayscale: #565656. Windows color (decimal): -7649256 or 1591435. OLE color: 1591435.
HSL color Cylindrical-coordinate representation of color #8B4818: hue angle of 25.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B4818 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 24 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.45 |
| HSL | 25.04º | 0.71% | 0.32% | - |
| HSV(B) | 25.04º | 0.83% | 0.55% | - |
| XYZ | 13.13 | 10.19 | 2.14 | - |
| YUV | 86.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 24 | 0 | 0.48 | 0.83 | 0.45 | 25.04 | 0.71 | 0.32 |
| Hex | 8B | 48 | 18 | 0 | 30 | 53 | 2D | 19 | 47 | 20 |
| Octal | 213 | 110 | 30 | 0 | 60 | 123 | 55 | 31 | 107 | 40 |
| Binary | 10001011 | 1001000 | 11000 | 0 | 110000 | 1010011 | 101101 | 11001 | 1000111 | 100000 |
Color Harmonies of #8B4818
Complementary color
Monochromatic Colors of #8B4818
Black with #8B4818
Text Example
Text Example
White with #8B4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4818; }
p { color: rgb(139,72,24); }
H1.HeaderClassName
{
color: #8B4818;
}
.AnyTagClassName
{
color: #8B4818;
}
</style>
background-color css
<style>
a { background-color: #8B4818; }
a { background-color: rgb(139,72,24); }
div.DivClassName
{
background-color: #8B4818;
}
.BgClassName
{
background-color: #8B4818;
}
</style>
border-color css
<style>
span { border-color: #8B4818; }
span { border-color: rgb(139,72,24); }
td.TdClassName
{
border-color: #8B4818;
}
.TagClassName
{
border-color: #8B4818;
}
</style>