Shades of Burnt Umber #90280C
Tints of Burnt Umber #90280C
RGB
CMYK
RGB Variations
Color information
#90280C (or 0x90280C) is known color: Burnt Umber. HEX triplet: 90, 28 and 0C. RGB value is (144,40,12). Sum of RGB (Red+Green+Blue) = 144+40+12=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90280C is #6FD7F3. Grayscale: #444444. Windows color (decimal): -7329780 or 796816. OLE color: 796816.
HSL color Cylindrical-coordinate representation of color #90280C: hue angle of 12.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90280C is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 12 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.44 |
| HSL | 12.73º | 0.85% | 0.31% | - |
| HSV(B) | 12.73º | 0.92% | 0.56% | - |
| XYZ | 12.33 | 7.47 | 1.14 | - |
| YUV | 67.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 12 | 0 | 0.72 | 0.92 | 0.44 | 12.73 | 0.85 | 0.31 |
| Hex | 90 | 28 | C | 0 | 48 | 5C | 2C | D | 55 | 1F |
| Octal | 220 | 50 | 14 | 0 | 110 | 134 | 54 | 15 | 125 | 37 |
| Binary | 10010000 | 101000 | 1100 | 0 | 1001000 | 1011100 | 101100 | 1101 | 1010101 | 11111 |
Color Harmonies of #90280C
Complementary color
Monochromatic Colors of #90280C
Black with #90280C
Text Example
Text Example
White with #90280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90280C; }
p { color: rgb(144,40,12); }
H1.HeaderClassName
{
color: #90280C;
}
.AnyTagClassName
{
color: #90280C;
}
</style>
background-color css
<style>
a { background-color: #90280C; }
a { background-color: rgb(144,40,12); }
div.DivClassName
{
background-color: #90280C;
}
.BgClassName
{
background-color: #90280C;
}
</style>
border-color css
<style>
span { border-color: #90280C; }
span { border-color: rgb(144,40,12); }
td.TdClassName
{
border-color: #90280C;
}
.TagClassName
{
border-color: #90280C;
}
</style>