Shades of Burnt Umber #92260C
Tints of Burnt Umber #92260C
RGB
CMYK
RGB Variations
Color information
#92260C (or 0x92260C) is known color: Burnt Umber. HEX triplet: 92, 26 and 0C. RGB value is (146,38,12). Sum of RGB (Red+Green+Blue) = 146+38+12=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92260C is #6DD9F3. Grayscale: #434343. Windows color (decimal): -7199220 or 796306. OLE color: 796306.
HSL color Cylindrical-coordinate representation of color #92260C: hue angle of 11.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92260C is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 12 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.43 |
| HSL | 11.64º | 0.85% | 0.31% | - |
| HSV(B) | 11.64º | 0.92% | 0.57% | - |
| XYZ | 12.61 | 7.52 | 1.14 | - |
| YUV | 67.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 12 | 0 | 0.74 | 0.92 | 0.43 | 11.64 | 0.85 | 0.31 |
| Hex | 92 | 26 | C | 0 | 4A | 5C | 2B | C | 55 | 1F |
| Octal | 222 | 46 | 14 | 0 | 112 | 134 | 53 | 14 | 125 | 37 |
| Binary | 10010010 | 100110 | 1100 | 0 | 1001010 | 1011100 | 101011 | 1100 | 1010101 | 11111 |
Color Harmonies of #92260C
Complementary color
Monochromatic Colors of #92260C
Black with #92260C
Text Example
Text Example
White with #92260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92260C; }
p { color: rgb(146,38,12); }
H1.HeaderClassName
{
color: #92260C;
}
.AnyTagClassName
{
color: #92260C;
}
</style>
background-color css
<style>
a { background-color: #92260C; }
a { background-color: rgb(146,38,12); }
div.DivClassName
{
background-color: #92260C;
}
.BgClassName
{
background-color: #92260C;
}
</style>
border-color css
<style>
span { border-color: #92260C; }
span { border-color: rgb(146,38,12); }
td.TdClassName
{
border-color: #92260C;
}
.TagClassName
{
border-color: #92260C;
}
</style>