Shades of Burnt Umber #8F381B
Tints of Burnt Umber #8F381B
RGB
CMYK
RGB Variations
Color information
#8F381B (or 0x8F381B) is known color: Burnt Umber. HEX triplet: 8F, 38 and 1B. RGB value is (143,56,27). Sum of RGB (Red+Green+Blue) = 143+56+27=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F381B is #70C7E4. Grayscale: #4E4E4E. Windows color (decimal): -7391205 or 1783951. OLE color: 1783951.
HSL color Cylindrical-coordinate representation of color #8F381B: hue angle of 15º 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 #8F381B is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 27 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.44 |
| HSL | 15º | 0.68% | 0.33% | - |
| HSV(B) | 15º | 0.81% | 0.56% | - |
| XYZ | 12.94 | 8.75 | 2.04 | - |
| YUV | 78.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 27 | 0 | 0.61 | 0.81 | 0.44 | 15 | 0.68 | 0.33 |
| Hex | 8F | 38 | 1B | 0 | 3D | 51 | 2C | F | 44 | 21 |
| Octal | 217 | 70 | 33 | 0 | 75 | 121 | 54 | 17 | 104 | 41 |
| Binary | 10001111 | 111000 | 11011 | 0 | 111101 | 1010001 | 101100 | 1111 | 1000100 | 100001 |
Color Harmonies of #8F381B
Complementary color
Monochromatic Colors of #8F381B
Black with #8F381B
Text Example
Text Example
White with #8F381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F381B; }
p { color: rgb(143,56,27); }
H1.HeaderClassName
{
color: #8F381B;
}
.AnyTagClassName
{
color: #8F381B;
}
</style>
background-color css
<style>
a { background-color: #8F381B; }
a { background-color: rgb(143,56,27); }
div.DivClassName
{
background-color: #8F381B;
}
.BgClassName
{
background-color: #8F381B;
}
</style>
border-color css
<style>
span { border-color: #8F381B; }
span { border-color: rgb(143,56,27); }
td.TdClassName
{
border-color: #8F381B;
}
.TagClassName
{
border-color: #8F381B;
}
</style>