Shades of Burnt Umber #90270D
Tints of Burnt Umber #90270D
RGB
CMYK
RGB Variations
Color information
#90270D (or 0x90270D) is known color: Burnt Umber. HEX triplet: 90, 27 and 0D. RGB value is (144,39,13). Sum of RGB (Red+Green+Blue) = 144+39+13=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90270D is #6FD8F2. Grayscale: #434343. Windows color (decimal): -7330035 or 862096. OLE color: 862096.
HSL color Cylindrical-coordinate representation of color #90270D: hue angle of 11.91º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90270D is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 13 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.44 |
| HSL | 11.91º | 0.83% | 0.31% | - |
| HSV(B) | 11.91º | 0.91% | 0.56% | - |
| XYZ | 12.3 | 7.41 | 1.16 | - |
| YUV | 67.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 13 | 0 | 0.73 | 0.91 | 0.44 | 11.91 | 0.83 | 0.31 |
| Hex | 90 | 27 | D | 0 | 49 | 5B | 2C | C | 53 | 1F |
| Octal | 220 | 47 | 15 | 0 | 111 | 133 | 54 | 14 | 123 | 37 |
| Binary | 10010000 | 100111 | 1101 | 0 | 1001001 | 1011011 | 101100 | 1100 | 1010011 | 11111 |
Color Harmonies of #90270D
Complementary color
Monochromatic Colors of #90270D
Black with #90270D
Text Example
Text Example
White with #90270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90270D; }
p { color: rgb(144,39,13); }
H1.HeaderClassName
{
color: #90270D;
}
.AnyTagClassName
{
color: #90270D;
}
</style>
background-color css
<style>
a { background-color: #90270D; }
a { background-color: rgb(144,39,13); }
div.DivClassName
{
background-color: #90270D;
}
.BgClassName
{
background-color: #90270D;
}
</style>
border-color css
<style>
span { border-color: #90270D; }
span { border-color: rgb(144,39,13); }
td.TdClassName
{
border-color: #90270D;
}
.TagClassName
{
border-color: #90270D;
}
</style>