Shades of Burnt Umber #92341C
Tints of Burnt Umber #92341C
RGB
CMYK
RGB Variations
Color information
#92341C (or 0x92341C) is known color: Burnt Umber. HEX triplet: 92, 34 and 1C. RGB value is (146,52,28). Sum of RGB (Red+Green+Blue) = 146+52+28=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #92341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92341C is #6DCBE3. Grayscale: #4D4D4D. Windows color (decimal): -7195620 or 1848466. OLE color: 1848466.
HSL color Cylindrical-coordinate representation of color #92341C: hue angle of 12.2º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92341C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 52 | 28 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.43 |
| HSL | 12.2º | 0.68% | 0.34% | - |
| HSV(B) | 12.2º | 0.81% | 0.57% | - |
| XYZ | 13.29 | 8.65 | 2.07 | - |
| YUV | 77.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 52 | 28 | 0 | 0.64 | 0.81 | 0.43 | 12.2 | 0.68 | 0.34 |
| Hex | 92 | 34 | 1C | 0 | 40 | 51 | 2B | C | 44 | 22 |
| Octal | 222 | 64 | 34 | 0 | 100 | 121 | 53 | 14 | 104 | 42 |
| Binary | 10010010 | 110100 | 11100 | 0 | 1000000 | 1010001 | 101011 | 1100 | 1000100 | 100010 |
Color Harmonies of #92341C
Complementary color
Monochromatic Colors of #92341C
Black with #92341C
Text Example
Text Example
White with #92341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92341C; }
p { color: rgb(146,52,28); }
H1.HeaderClassName
{
color: #92341C;
}
.AnyTagClassName
{
color: #92341C;
}
</style>
background-color css
<style>
a { background-color: #92341C; }
a { background-color: rgb(146,52,28); }
div.DivClassName
{
background-color: #92341C;
}
.BgClassName
{
background-color: #92341C;
}
</style>
border-color css
<style>
span { border-color: #92341C; }
span { border-color: rgb(146,52,28); }
td.TdClassName
{
border-color: #92341C;
}
.TagClassName
{
border-color: #92341C;
}
</style>