Shades of Burnt Umber #943525
Tints of Burnt Umber #943525
RGB
CMYK
RGB Variations
Color information
#943525 (or 0x943525) is known color: Burnt Umber. HEX triplet: 94, 35 and 25. RGB value is (148,53,37). Sum of RGB (Red+Green+Blue) = 148+53+37=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #943525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943525 is #6BCADA. Grayscale: #4F4F4F. Windows color (decimal): -7064283 or 2438548. OLE color: 2438548.
HSL color Cylindrical-coordinate representation of color #943525: hue angle of 8.65º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943525 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 37 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.42 |
| HSL | 8.65º | 0.6% | 0.36% | - |
| HSV(B) | 8.65º | 0.75% | 0.58% | - |
| XYZ | 13.82 | 8.98 | 2.75 | - |
| YUV | 79.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 37 | 0 | 0.64 | 0.75 | 0.42 | 8.65 | 0.6 | 0.36 |
| Hex | 94 | 35 | 25 | 0 | 40 | 4B | 2A | 9 | 3C | 24 |
| Octal | 224 | 65 | 45 | 0 | 100 | 113 | 52 | 11 | 74 | 44 |
| Binary | 10010100 | 110101 | 100101 | 0 | 1000000 | 1001011 | 101010 | 1001 | 111100 | 100100 |
Color Harmonies of #943525
Complementary color
Monochromatic Colors of #943525
Black with #943525
Text Example
Text Example
White with #943525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943525; }
p { color: rgb(148,53,37); }
H1.HeaderClassName
{
color: #943525;
}
.AnyTagClassName
{
color: #943525;
}
</style>
background-color css
<style>
a { background-color: #943525; }
a { background-color: rgb(148,53,37); }
div.DivClassName
{
background-color: #943525;
}
.BgClassName
{
background-color: #943525;
}
</style>
border-color css
<style>
span { border-color: #943525; }
span { border-color: rgb(148,53,37); }
td.TdClassName
{
border-color: #943525;
}
.TagClassName
{
border-color: #943525;
}
</style>