Shades of Saddle Brown #8B3F1D
Tints of Saddle Brown #8B3F1D
RGB
CMYK
RGB Variations
Color information
#8B3F1D (or 0x8B3F1D) is known color: Saddle Brown. HEX triplet: 8B, 3F and 1D. RGB value is (139,63,29). Sum of RGB (Red+Green+Blue) = 139+63+29=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F1D is #74C0E2. Grayscale: #525252. Windows color (decimal): -7651555 or 1916811. OLE color: 1916811.
HSL color Cylindrical-coordinate representation of color #8B3F1D: hue angle of 18.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 #8B3F1D is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 29 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.45 |
| HSL | 18.55º | 0.65% | 0.33% | - |
| HSV(B) | 18.55º | 0.79% | 0.55% | - |
| XYZ | 12.65 | 9.13 | 2.26 | - |
| YUV | 81.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 29 | 0 | 0.55 | 0.79 | 0.45 | 18.55 | 0.65 | 0.33 |
| Hex | 8B | 3F | 1D | 0 | 37 | 4F | 2D | 13 | 41 | 21 |
| Octal | 213 | 77 | 35 | 0 | 67 | 117 | 55 | 23 | 101 | 41 |
| Binary | 10001011 | 111111 | 11101 | 0 | 110111 | 1001111 | 101101 | 10011 | 1000001 | 100001 |
Color Harmonies of #8B3F1D
Complementary color
Monochromatic Colors of #8B3F1D
Black with #8B3F1D
Text Example
Text Example
White with #8B3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F1D; }
p { color: rgb(139,63,29); }
H1.HeaderClassName
{
color: #8B3F1D;
}
.AnyTagClassName
{
color: #8B3F1D;
}
</style>
background-color css
<style>
a { background-color: #8B3F1D; }
a { background-color: rgb(139,63,29); }
div.DivClassName
{
background-color: #8B3F1D;
}
.BgClassName
{
background-color: #8B3F1D;
}
</style>
border-color css
<style>
span { border-color: #8B3F1D; }
span { border-color: rgb(139,63,29); }
td.TdClassName
{
border-color: #8B3F1D;
}
.TagClassName
{
border-color: #8B3F1D;
}
</style>