Shades of Burnt Umber #953818
Tints of Burnt Umber #953818
RGB
CMYK
RGB Variations
Color information
#953818 (or 0x953818) is known color: Burnt Umber. HEX triplet: 95, 38 and 18. RGB value is (149,56,24). Sum of RGB (Red+Green+Blue) = 149+56+24=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #953818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953818 is #6AC7E7. Grayscale: #505050. Windows color (decimal): -6997992 or 1587349. OLE color: 1587349.
HSL color Cylindrical-coordinate representation of color #953818: hue angle of 15.36º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #953818 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 24 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.42 |
| HSL | 15.36º | 0.72% | 0.34% | - |
| HSV(B) | 15.36º | 0.84% | 0.58% | - |
| XYZ | 13.97 | 9.28 | 1.92 | - |
| YUV | 80.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 24 | 0 | 0.62 | 0.84 | 0.42 | 15.36 | 0.72 | 0.34 |
| Hex | 95 | 38 | 18 | 0 | 3E | 54 | 2A | F | 48 | 22 |
| Octal | 225 | 70 | 30 | 0 | 76 | 124 | 52 | 17 | 110 | 42 |
| Binary | 10010101 | 111000 | 11000 | 0 | 111110 | 1010100 | 101010 | 1111 | 1001000 | 100010 |
Color Harmonies of #953818
Complementary color
Monochromatic Colors of #953818
Black with #953818
Text Example
Text Example
White with #953818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953818; }
p { color: rgb(149,56,24); }
H1.HeaderClassName
{
color: #953818;
}
.AnyTagClassName
{
color: #953818;
}
</style>
background-color css
<style>
a { background-color: #953818; }
a { background-color: rgb(149,56,24); }
div.DivClassName
{
background-color: #953818;
}
.BgClassName
{
background-color: #953818;
}
</style>
border-color css
<style>
span { border-color: #953818; }
span { border-color: rgb(149,56,24); }
td.TdClassName
{
border-color: #953818;
}
.TagClassName
{
border-color: #953818;
}
</style>