Shades of Burnt Umber #902E1A
Tints of Burnt Umber #902E1A
RGB
CMYK
RGB Variations
Color information
#902E1A (or 0x902E1A) is known color: Burnt Umber. HEX triplet: 90, 2E and 1A. RGB value is (144,46,26). Sum of RGB (Red+Green+Blue) = 144+46+26=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #902E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902E1A is #6FD1E5. Grayscale: #494949. Windows color (decimal): -7328230 or 1715856. OLE color: 1715856.
HSL color Cylindrical-coordinate representation of color #902E1A: hue angle of 10.17º 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 #902E1A is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 46 | 26 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.44 |
| HSL | 10.17º | 0.69% | 0.33% | - |
| HSV(B) | 10.17º | 0.82% | 0.56% | - |
| XYZ | 12.67 | 7.96 | 1.85 | - |
| YUV | 73.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 26 | 0 | 0.68 | 0.82 | 0.44 | 10.17 | 0.69 | 0.33 |
| Hex | 90 | 2E | 1A | 0 | 44 | 52 | 2C | A | 45 | 21 |
| Octal | 220 | 56 | 32 | 0 | 104 | 122 | 54 | 12 | 105 | 41 |
| Binary | 10010000 | 101110 | 11010 | 0 | 1000100 | 1010010 | 101100 | 1010 | 1000101 | 100001 |
Color Harmonies of #902E1A
Complementary color
Monochromatic Colors of #902E1A
Black with #902E1A
Text Example
Text Example
White with #902E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902E1A; }
p { color: rgb(144,46,26); }
H1.HeaderClassName
{
color: #902E1A;
}
.AnyTagClassName
{
color: #902E1A;
}
</style>
background-color css
<style>
a { background-color: #902E1A; }
a { background-color: rgb(144,46,26); }
div.DivClassName
{
background-color: #902E1A;
}
.BgClassName
{
background-color: #902E1A;
}
</style>
border-color css
<style>
span { border-color: #902E1A; }
span { border-color: rgb(144,46,26); }
td.TdClassName
{
border-color: #902E1A;
}
.TagClassName
{
border-color: #902E1A;
}
</style>