Shades of Saddle Brown #8B4A1D
Tints of Saddle Brown #8B4A1D
RGB
CMYK
RGB Variations
Color information
#8B4A1D (or 0x8B4A1D) is known color: Saddle Brown. HEX triplet: 8B, 4A and 1D. RGB value is (139,74,29). Sum of RGB (Red+Green+Blue) = 139+74+29=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A1D is #74B5E2. Grayscale: #585858. Windows color (decimal): -7648739 or 1919627. OLE color: 1919627.
HSL color Cylindrical-coordinate representation of color #8B4A1D: hue angle of 24.55º 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 #8B4A1D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 29 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.45 |
| HSL | 24.55º | 0.65% | 0.33% | - |
| HSV(B) | 24.55º | 0.79% | 0.55% | - |
| XYZ | 13.32 | 10.48 | 2.48 | - |
| YUV | 88.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 29 | 0 | 0.47 | 0.79 | 0.45 | 24.55 | 0.65 | 0.33 |
| Hex | 8B | 4A | 1D | 0 | 2F | 4F | 2D | 19 | 41 | 21 |
| Octal | 213 | 112 | 35 | 0 | 57 | 117 | 55 | 31 | 101 | 41 |
| Binary | 10001011 | 1001010 | 11101 | 0 | 101111 | 1001111 | 101101 | 11001 | 1000001 | 100001 |
Color Harmonies of #8B4A1D
Complementary color
Monochromatic Colors of #8B4A1D
Black with #8B4A1D
Text Example
Text Example
White with #8B4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A1D; }
p { color: rgb(139,74,29); }
H1.HeaderClassName
{
color: #8B4A1D;
}
.AnyTagClassName
{
color: #8B4A1D;
}
</style>
background-color css
<style>
a { background-color: #8B4A1D; }
a { background-color: rgb(139,74,29); }
div.DivClassName
{
background-color: #8B4A1D;
}
.BgClassName
{
background-color: #8B4A1D;
}
</style>
border-color css
<style>
span { border-color: #8B4A1D; }
span { border-color: rgb(139,74,29); }
td.TdClassName
{
border-color: #8B4A1D;
}
.TagClassName
{
border-color: #8B4A1D;
}
</style>