Shades of Saddle Brown #8B481D
Tints of Saddle Brown #8B481D
RGB
CMYK
RGB Variations
Color information
#8B481D (or 0x8B481D) is known color: Saddle Brown. HEX triplet: 8B, 48 and 1D. RGB value is (139,72,29). Sum of RGB (Red+Green+Blue) = 139+72+29=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B481D is #74B7E2. Grayscale: #575757. Windows color (decimal): -7649251 or 1919115. OLE color: 1919115.
HSL color Cylindrical-coordinate representation of color #8B481D: hue angle of 23.45º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B481D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 29 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.45 |
| HSL | 23.45º | 0.65% | 0.33% | - |
| HSV(B) | 23.45º | 0.79% | 0.55% | - |
| XYZ | 13.19 | 10.21 | 2.44 | - |
| YUV | 87.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 29 | 0 | 0.48 | 0.79 | 0.45 | 23.45 | 0.65 | 0.33 |
| Hex | 8B | 48 | 1D | 0 | 30 | 4F | 2D | 17 | 41 | 21 |
| Octal | 213 | 110 | 35 | 0 | 60 | 117 | 55 | 27 | 101 | 41 |
| Binary | 10001011 | 1001000 | 11101 | 0 | 110000 | 1001111 | 101101 | 10111 | 1000001 | 100001 |
Color Harmonies of #8B481D
Complementary color
Monochromatic Colors of #8B481D
Black with #8B481D
Text Example
Text Example
White with #8B481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B481D; }
p { color: rgb(139,72,29); }
H1.HeaderClassName
{
color: #8B481D;
}
.AnyTagClassName
{
color: #8B481D;
}
</style>
background-color css
<style>
a { background-color: #8B481D; }
a { background-color: rgb(139,72,29); }
div.DivClassName
{
background-color: #8B481D;
}
.BgClassName
{
background-color: #8B481D;
}
</style>
border-color css
<style>
span { border-color: #8B481D; }
span { border-color: rgb(139,72,29); }
td.TdClassName
{
border-color: #8B481D;
}
.TagClassName
{
border-color: #8B481D;
}
</style>