Shades of Burnt Umber #90270F
Tints of Burnt Umber #90270F
RGB
CMYK
RGB Variations
Color information
#90270F (or 0x90270F) is known color: Burnt Umber. HEX triplet: 90, 27 and 0F. RGB value is (144,39,15). Sum of RGB (Red+Green+Blue) = 144+39+15=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #90270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90270F is #6FD8F0. Grayscale: #434343. Windows color (decimal): -7330033 or 993168. OLE color: 993168.
HSL color Cylindrical-coordinate representation of color #90270F: hue angle of 11.16º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90270F is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 15 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.44 |
| HSL | 11.16º | 0.81% | 0.31% | - |
| HSV(B) | 11.16º | 0.9% | 0.56% | - |
| XYZ | 12.31 | 7.41 | 1.23 | - |
| YUV | 67.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 15 | 0 | 0.73 | 0.90 | 0.44 | 11.16 | 0.81 | 0.31 |
| Hex | 90 | 27 | F | 0 | 49 | 5A | 2C | B | 51 | 1F |
| Octal | 220 | 47 | 17 | 0 | 111 | 132 | 54 | 13 | 121 | 37 |
| Binary | 10010000 | 100111 | 1111 | 0 | 1001001 | 1011010 | 101100 | 1011 | 1010001 | 11111 |
Color Harmonies of #90270F
Complementary color
Monochromatic Colors of #90270F
Black with #90270F
Text Example
Text Example
White with #90270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90270F; }
p { color: rgb(144,39,15); }
H1.HeaderClassName
{
color: #90270F;
}
.AnyTagClassName
{
color: #90270F;
}
</style>
background-color css
<style>
a { background-color: #90270F; }
a { background-color: rgb(144,39,15); }
div.DivClassName
{
background-color: #90270F;
}
.BgClassName
{
background-color: #90270F;
}
</style>
border-color css
<style>
span { border-color: #90270F; }
span { border-color: rgb(144,39,15); }
td.TdClassName
{
border-color: #90270F;
}
.TagClassName
{
border-color: #90270F;
}
</style>