Shades of Burnt Umber #95351C
Tints of Burnt Umber #95351C
RGB
CMYK
RGB Variations
Color information
#95351C (or 0x95351C) is known color: Burnt Umber. HEX triplet: 95, 35 and 1C. RGB value is (149,53,28). Sum of RGB (Red+Green+Blue) = 149+53+28=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95351C is #6ACAE3. Grayscale: #4F4F4F. Windows color (decimal): -6998756 or 1848725. OLE color: 1848725.
HSL color Cylindrical-coordinate representation of color #95351C: hue angle of 12.4º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95351C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 28 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.42 |
| HSL | 12.4º | 0.68% | 0.35% | - |
| HSV(B) | 12.4º | 0.81% | 0.58% | - |
| XYZ | 13.88 | 9.02 | 2.11 | - |
| YUV | 78.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 28 | 0 | 0.64 | 0.81 | 0.42 | 12.4 | 0.68 | 0.35 |
| Hex | 95 | 35 | 1C | 0 | 40 | 51 | 2A | C | 44 | 23 |
| Octal | 225 | 65 | 34 | 0 | 100 | 121 | 52 | 14 | 104 | 43 |
| Binary | 10010101 | 110101 | 11100 | 0 | 1000000 | 1010001 | 101010 | 1100 | 1000100 | 100011 |
Color Harmonies of #95351C
Complementary color
Monochromatic Colors of #95351C
Black with #95351C
Text Example
Text Example
White with #95351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95351C; }
p { color: rgb(149,53,28); }
H1.HeaderClassName
{
color: #95351C;
}
.AnyTagClassName
{
color: #95351C;
}
</style>
background-color css
<style>
a { background-color: #95351C; }
a { background-color: rgb(149,53,28); }
div.DivClassName
{
background-color: #95351C;
}
.BgClassName
{
background-color: #95351C;
}
</style>
border-color css
<style>
span { border-color: #95351C; }
span { border-color: rgb(149,53,28); }
td.TdClassName
{
border-color: #95351C;
}
.TagClassName
{
border-color: #95351C;
}
</style>