Shades of Burnt Umber #98341B
Tints of Burnt Umber #98341B
RGB
CMYK
RGB Variations
Color information
#98341B (or 0x98341B) is known color: Burnt Umber. HEX triplet: 98, 34 and 1B. RGB value is (152,52,27). Sum of RGB (Red+Green+Blue) = 152+52+27=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98341B is #67CBE4. Grayscale: #4F4F4F. Windows color (decimal): -6802405 or 1782936. OLE color: 1782936.
HSL color Cylindrical-coordinate representation of color #98341B: hue angle of 12º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98341B is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 27 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.40 |
| HSL | 12º | 0.7% | 0.35% | - |
| HSV(B) | 12º | 0.82% | 0.6% | - |
| XYZ | 14.37 | 9.21 | 2.06 | - |
| YUV | 79.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 27 | 0 | 0.66 | 0.82 | 0.40 | 12 | 0.7 | 0.35 |
| Hex | 98 | 34 | 1B | 0 | 42 | 52 | 28 | C | 46 | 23 |
| Octal | 230 | 64 | 33 | 0 | 102 | 122 | 50 | 14 | 106 | 43 |
| Binary | 10011000 | 110100 | 11011 | 0 | 1000010 | 1010010 | 101000 | 1100 | 1000110 | 100011 |
Color Harmonies of #98341B
Complementary color
Monochromatic Colors of #98341B
Black with #98341B
Text Example
Text Example
White with #98341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98341B; }
p { color: rgb(152,52,27); }
H1.HeaderClassName
{
color: #98341B;
}
.AnyTagClassName
{
color: #98341B;
}
</style>
background-color css
<style>
a { background-color: #98341B; }
a { background-color: rgb(152,52,27); }
div.DivClassName
{
background-color: #98341B;
}
.BgClassName
{
background-color: #98341B;
}
</style>
border-color css
<style>
span { border-color: #98341B; }
span { border-color: rgb(152,52,27); }
td.TdClassName
{
border-color: #98341B;
}
.TagClassName
{
border-color: #98341B;
}
</style>