Shades of Burnt Umber #90381C
Tints of Burnt Umber #90381C
RGB
CMYK
RGB Variations
Color information
#90381C (or 0x90381C) is known color: Burnt Umber. HEX triplet: 90, 38 and 1C. RGB value is (144,56,28). Sum of RGB (Red+Green+Blue) = 144+56+28=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90381C is #6FC7E3. Grayscale: #4F4F4F. Windows color (decimal): -7325668 or 1849488. OLE color: 1849488.
HSL color Cylindrical-coordinate representation of color #90381C: hue angle of 14.48º 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 #90381C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 28 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.44 |
| HSL | 14.48º | 0.67% | 0.34% | - |
| HSV(B) | 14.48º | 0.81% | 0.56% | - |
| XYZ | 13.13 | 8.84 | 2.11 | - |
| YUV | 79.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 28 | 0 | 0.61 | 0.81 | 0.44 | 14.48 | 0.67 | 0.34 |
| Hex | 90 | 38 | 1C | 0 | 3D | 51 | 2C | E | 43 | 22 |
| Octal | 220 | 70 | 34 | 0 | 75 | 121 | 54 | 16 | 103 | 42 |
| Binary | 10010000 | 111000 | 11100 | 0 | 111101 | 1010001 | 101100 | 1110 | 1000011 | 100010 |
Color Harmonies of #90381C
Complementary color
Monochromatic Colors of #90381C
Black with #90381C
Text Example
Text Example
White with #90381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90381C; }
p { color: rgb(144,56,28); }
H1.HeaderClassName
{
color: #90381C;
}
.AnyTagClassName
{
color: #90381C;
}
</style>
background-color css
<style>
a { background-color: #90381C; }
a { background-color: rgb(144,56,28); }
div.DivClassName
{
background-color: #90381C;
}
.BgClassName
{
background-color: #90381C;
}
</style>
border-color css
<style>
span { border-color: #90381C; }
span { border-color: rgb(144,56,28); }
td.TdClassName
{
border-color: #90381C;
}
.TagClassName
{
border-color: #90381C;
}
</style>