Shades of Burnt Umber #983023
Tints of Burnt Umber #983023
RGB
CMYK
RGB Variations
Color information
#983023 (or 0x983023) is known color: Burnt Umber. HEX triplet: 98, 30 and 23. RGB value is (152,48,35). Sum of RGB (Red+Green+Blue) = 152+48+35=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #983023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983023 is #67CFDC. Grayscale: #4D4D4D. Windows color (decimal): -6803421 or 2306200. OLE color: 2306200.
HSL color Cylindrical-coordinate representation of color #983023: hue angle of 6.67º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #983023 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 35 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.40 |
| HSL | 6.67º | 0.63% | 0.37% | - |
| HSV(B) | 6.67º | 0.77% | 0.6% | - |
| XYZ | 14.31 | 8.91 | 2.56 | - |
| YUV | 77.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 35 | 0 | 0.68 | 0.77 | 0.40 | 6.67 | 0.63 | 0.37 |
| Hex | 98 | 30 | 23 | 0 | 44 | 4D | 28 | 7 | 3F | 25 |
| Octal | 230 | 60 | 43 | 0 | 104 | 115 | 50 | 7 | 77 | 45 |
| Binary | 10011000 | 110000 | 100011 | 0 | 1000100 | 1001101 | 101000 | 111 | 111111 | 100101 |
Color Harmonies of #983023
Complementary color
Monochromatic Colors of #983023
Black with #983023
Text Example
Text Example
White with #983023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983023; }
p { color: rgb(152,48,35); }
H1.HeaderClassName
{
color: #983023;
}
.AnyTagClassName
{
color: #983023;
}
</style>
background-color css
<style>
a { background-color: #983023; }
a { background-color: rgb(152,48,35); }
div.DivClassName
{
background-color: #983023;
}
.BgClassName
{
background-color: #983023;
}
</style>
border-color css
<style>
span { border-color: #983023; }
span { border-color: rgb(152,48,35); }
td.TdClassName
{
border-color: #983023;
}
.TagClassName
{
border-color: #983023;
}
</style>