Shades of Saddle Brown #8F501B
Tints of Saddle Brown #8F501B
RGB
CMYK
RGB Variations
Color information
#8F501B (or 0x8F501B) is known color: Saddle Brown. HEX triplet: 8F, 50 and 1B. RGB value is (143,80,27). Sum of RGB (Red+Green+Blue) = 143+80+27=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F501B is #70AFE4. Grayscale: #5D5D5D. Windows color (decimal): -7385061 or 1790095. OLE color: 1790095.
HSL color Cylindrical-coordinate representation of color #8F501B: hue angle of 27.41º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F501B is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 27 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.44 |
| HSL | 27.41º | 0.68% | 0.33% | - |
| HSV(B) | 27.41º | 0.81% | 0.56% | - |
| XYZ | 14.39 | 11.66 | 2.53 | - |
| YUV | 92.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 27 | 0 | 0.44 | 0.81 | 0.44 | 27.41 | 0.68 | 0.33 |
| Hex | 8F | 50 | 1B | 0 | 2C | 51 | 2C | 1B | 44 | 21 |
| Octal | 217 | 120 | 33 | 0 | 54 | 121 | 54 | 33 | 104 | 41 |
| Binary | 10001111 | 1010000 | 11011 | 0 | 101100 | 1010001 | 101100 | 11011 | 1000100 | 100001 |
Color Harmonies of #8F501B
Complementary color
Monochromatic Colors of #8F501B
Black with #8F501B
Text Example
Text Example
White with #8F501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F501B; }
p { color: rgb(143,80,27); }
H1.HeaderClassName
{
color: #8F501B;
}
.AnyTagClassName
{
color: #8F501B;
}
</style>
background-color css
<style>
a { background-color: #8F501B; }
a { background-color: rgb(143,80,27); }
div.DivClassName
{
background-color: #8F501B;
}
.BgClassName
{
background-color: #8F501B;
}
</style>
border-color css
<style>
span { border-color: #8F501B; }
span { border-color: rgb(143,80,27); }
td.TdClassName
{
border-color: #8F501B;
}
.TagClassName
{
border-color: #8F501B;
}
</style>