Shades of Burnt Umber #90341C
Tints of Burnt Umber #90341C
RGB
CMYK
RGB Variations
Color information
#90341C (or 0x90341C) is known color: Burnt Umber. HEX triplet: 90, 34 and 1C. RGB value is (144,52,28). Sum of RGB (Red+Green+Blue) = 144+52+28=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90341C is #6FCBE3. Grayscale: #4C4C4C. Windows color (decimal): -7326692 or 1848464. OLE color: 1848464.
HSL color Cylindrical-coordinate representation of color #90341C: hue angle of 12.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90341C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 28 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.44 |
| HSL | 12.41º | 0.67% | 0.34% | - |
| HSV(B) | 12.41º | 0.81% | 0.56% | - |
| XYZ | 12.94 | 8.47 | 2.05 | - |
| YUV | 76.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 28 | 0 | 0.64 | 0.81 | 0.44 | 12.41 | 0.67 | 0.34 |
| Hex | 90 | 34 | 1C | 0 | 40 | 51 | 2C | C | 43 | 22 |
| Octal | 220 | 64 | 34 | 0 | 100 | 121 | 54 | 14 | 103 | 42 |
| Binary | 10010000 | 110100 | 11100 | 0 | 1000000 | 1010001 | 101100 | 1100 | 1000011 | 100010 |
Color Harmonies of #90341C
Complementary color
Monochromatic Colors of #90341C
Black with #90341C
Text Example
Text Example
White with #90341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90341C; }
p { color: rgb(144,52,28); }
H1.HeaderClassName
{
color: #90341C;
}
.AnyTagClassName
{
color: #90341C;
}
</style>
background-color css
<style>
a { background-color: #90341C; }
a { background-color: rgb(144,52,28); }
div.DivClassName
{
background-color: #90341C;
}
.BgClassName
{
background-color: #90341C;
}
</style>
border-color css
<style>
span { border-color: #90341C; }
span { border-color: rgb(144,52,28); }
td.TdClassName
{
border-color: #90341C;
}
.TagClassName
{
border-color: #90341C;
}
</style>