Shades of Saddle Brown #8B521A
Tints of Saddle Brown #8B521A
RGB
CMYK
RGB Variations
Color information
#8B521A (or 0x8B521A) is known color: Saddle Brown. HEX triplet: 8B, 52 and 1A. RGB value is (139,82,26). Sum of RGB (Red+Green+Blue) = 139+82+26=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B521A is #74ADE5. Grayscale: #5C5C5C. Windows color (decimal): -7646694 or 1725067. OLE color: 1725067.
HSL color Cylindrical-coordinate representation of color #8B521A: hue angle of 29.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B521A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 26 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.45 |
| HSL | 29.73º | 0.68% | 0.32% | - |
| HSV(B) | 29.73º | 0.81% | 0.55% | - |
| XYZ | 13.85 | 11.6 | 2.49 | - |
| YUV | 92.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 26 | 0 | 0.41 | 0.81 | 0.45 | 29.73 | 0.68 | 0.32 |
| Hex | 8B | 52 | 1A | 0 | 29 | 51 | 2D | 1E | 44 | 20 |
| Octal | 213 | 122 | 32 | 0 | 51 | 121 | 55 | 36 | 104 | 40 |
| Binary | 10001011 | 1010010 | 11010 | 0 | 101001 | 1010001 | 101101 | 11110 | 1000100 | 100000 |
Color Harmonies of #8B521A
Complementary color
Monochromatic Colors of #8B521A
Black with #8B521A
Text Example
Text Example
White with #8B521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B521A; }
p { color: rgb(139,82,26); }
H1.HeaderClassName
{
color: #8B521A;
}
.AnyTagClassName
{
color: #8B521A;
}
</style>
background-color css
<style>
a { background-color: #8B521A; }
a { background-color: rgb(139,82,26); }
div.DivClassName
{
background-color: #8B521A;
}
.BgClassName
{
background-color: #8B521A;
}
</style>
border-color css
<style>
span { border-color: #8B521A; }
span { border-color: rgb(139,82,26); }
td.TdClassName
{
border-color: #8B521A;
}
.TagClassName
{
border-color: #8B521A;
}
</style>