Shades of Burnt Umber #90331A
Tints of Burnt Umber #90331A
RGB
CMYK
RGB Variations
Color information
#90331A (or 0x90331A) is known color: Burnt Umber. HEX triplet: 90, 33 and 1A. RGB value is (144,51,26). Sum of RGB (Red+Green+Blue) = 144+51+26=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90331A is #6FCCE5. Grayscale: #4C4C4C. Windows color (decimal): -7326950 or 1717136. OLE color: 1717136.
HSL color Cylindrical-coordinate representation of color #90331A: hue angle of 12.71º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90331A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 26 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.44 |
| HSL | 12.71º | 0.69% | 0.33% | - |
| HSV(B) | 12.71º | 0.82% | 0.56% | - |
| XYZ | 12.87 | 8.37 | 1.91 | - |
| YUV | 75.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 26 | 0 | 0.65 | 0.82 | 0.44 | 12.71 | 0.69 | 0.33 |
| Hex | 90 | 33 | 1A | 0 | 41 | 52 | 2C | D | 45 | 21 |
| Octal | 220 | 63 | 32 | 0 | 101 | 122 | 54 | 15 | 105 | 41 |
| Binary | 10010000 | 110011 | 11010 | 0 | 1000001 | 1010010 | 101100 | 1101 | 1000101 | 100001 |
Color Harmonies of #90331A
Complementary color
Monochromatic Colors of #90331A
Black with #90331A
Text Example
Text Example
White with #90331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90331A; }
p { color: rgb(144,51,26); }
H1.HeaderClassName
{
color: #90331A;
}
.AnyTagClassName
{
color: #90331A;
}
</style>
background-color css
<style>
a { background-color: #90331A; }
a { background-color: rgb(144,51,26); }
div.DivClassName
{
background-color: #90331A;
}
.BgClassName
{
background-color: #90331A;
}
</style>
border-color css
<style>
span { border-color: #90331A; }
span { border-color: rgb(144,51,26); }
td.TdClassName
{
border-color: #90331A;
}
.TagClassName
{
border-color: #90331A;
}
</style>