Shades of Saddle Brown #8B2700
Tints of Saddle Brown #8B2700
RGB
CMYK
RGB Variations
Color information
#8B2700 (or 0x8B2700) is known color: Saddle Brown. HEX triplet: 8B, 27 and 00. RGB value is (139,39,0). Sum of RGB (Red+Green+Blue) = 139+39+0=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2700 is #74D8FF. Grayscale: #404040. Windows color (decimal): -7657728 or 10123. OLE color: 10123.
HSL color Cylindrical-coordinate representation of color #8B2700: hue angle of 16.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B2700 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.45 |
| HSL | 16.83º | 1% | 0.27% | - |
| HSV(B) | 16.83º | 1% | 0.55% | - |
| XYZ | 11.37 | 6.94 | 0.74 | - |
| YUV | 64.45 | 91.63 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 0 | 0 | 0.72 | 1 | 0.45 | 16.83 | 1 | 0.27 |
| Hex | 8B | 27 | 0 | 0 | 48 | 64 | 2D | 11 | 64 | 1B |
| Octal | 213 | 47 | 0 | 0 | 110 | 144 | 55 | 21 | 144 | 33 |
| Binary | 10001011 | 100111 | 0 | 0 | 1001000 | 1100100 | 101101 | 10001 | 1100100 | 11011 |
Color Harmonies of #8B2700
Complementary color
Monochromatic Colors of #8B2700
Black with #8B2700
Text Example
Text Example
White with #8B2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2700; }
p { color: rgb(139,39,0); }
H1.HeaderClassName
{
color: #8B2700;
}
.AnyTagClassName
{
color: #8B2700;
}
</style>
background-color css
<style>
a { background-color: #8B2700; }
a { background-color: rgb(139,39,0); }
div.DivClassName
{
background-color: #8B2700;
}
.BgClassName
{
background-color: #8B2700;
}
</style>
border-color css
<style>
span { border-color: #8B2700; }
span { border-color: rgb(139,39,0); }
td.TdClassName
{
border-color: #8B2700;
}
.TagClassName
{
border-color: #8B2700;
}
</style>