Shades of Saddle Brown #8B2D03
Tints of Saddle Brown #8B2D03
RGB
CMYK
RGB Variations
Color information
#8B2D03 (or 0x8B2D03) is known color: Saddle Brown. HEX triplet: 8B, 2D and 03. RGB value is (139,45,3). Sum of RGB (Red+Green+Blue) = 139+45+3=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D03 is #74D2FC. Grayscale: #444444. Windows color (decimal): -7656189 or 208267. OLE color: 208267.
HSL color Cylindrical-coordinate representation of color #8B2D03: hue angle of 18.53º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B2D03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.45 |
| HSL | 18.53º | 0.96% | 0.28% | - |
| HSV(B) | 18.53º | 0.98% | 0.55% | - |
| XYZ | 11.6 | 7.37 | 0.9 | - |
| YUV | 68.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 3 | 0 | 0.68 | 0.98 | 0.45 | 18.53 | 0.96 | 0.28 |
| Hex | 8B | 2D | 3 | 0 | 44 | 62 | 2D | 13 | 60 | 1C |
| Octal | 213 | 55 | 3 | 0 | 104 | 142 | 55 | 23 | 140 | 34 |
| Binary | 10001011 | 101101 | 11 | 0 | 1000100 | 1100010 | 101101 | 10011 | 1100000 | 11100 |
Color Harmonies of #8B2D03
Complementary color
Monochromatic Colors of #8B2D03
Black with #8B2D03
Text Example
Text Example
White with #8B2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D03; }
p { color: rgb(139,45,3); }
H1.HeaderClassName
{
color: #8B2D03;
}
.AnyTagClassName
{
color: #8B2D03;
}
</style>
background-color css
<style>
a { background-color: #8B2D03; }
a { background-color: rgb(139,45,3); }
div.DivClassName
{
background-color: #8B2D03;
}
.BgClassName
{
background-color: #8B2D03;
}
</style>
border-color css
<style>
span { border-color: #8B2D03; }
span { border-color: rgb(139,45,3); }
td.TdClassName
{
border-color: #8B2D03;
}
.TagClassName
{
border-color: #8B2D03;
}
</style>