Shades of Burnt Umber #95361C
Tints of Burnt Umber #95361C
RGB
CMYK
RGB Variations
Color information
#95361C (or 0x95361C) is known color: Burnt Umber. HEX triplet: 95, 36 and 1C. RGB value is (149,54,28). Sum of RGB (Red+Green+Blue) = 149+54+28=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95361C is #6AC9E3. Grayscale: #4F4F4F. Windows color (decimal): -6998500 or 1848981. OLE color: 1848981.
HSL color Cylindrical-coordinate representation of color #95361C: hue angle of 12.89º 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 #95361C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 28 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.42 |
| HSL | 12.89º | 0.68% | 0.35% | - |
| HSV(B) | 12.89º | 0.81% | 0.58% | - |
| XYZ | 13.92 | 9.11 | 2.12 | - |
| YUV | 79.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 28 | 0 | 0.64 | 0.81 | 0.42 | 12.89 | 0.68 | 0.35 |
| Hex | 95 | 36 | 1C | 0 | 40 | 51 | 2A | D | 44 | 23 |
| Octal | 225 | 66 | 34 | 0 | 100 | 121 | 52 | 15 | 104 | 43 |
| Binary | 10010101 | 110110 | 11100 | 0 | 1000000 | 1010001 | 101010 | 1101 | 1000100 | 100011 |
Color Harmonies of #95361C
Complementary color
Monochromatic Colors of #95361C
Black with #95361C
Text Example
Text Example
White with #95361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95361C; }
p { color: rgb(149,54,28); }
H1.HeaderClassName
{
color: #95361C;
}
.AnyTagClassName
{
color: #95361C;
}
</style>
background-color css
<style>
a { background-color: #95361C; }
a { background-color: rgb(149,54,28); }
div.DivClassName
{
background-color: #95361C;
}
.BgClassName
{
background-color: #95361C;
}
</style>
border-color css
<style>
span { border-color: #95361C; }
span { border-color: rgb(149,54,28); }
td.TdClassName
{
border-color: #95361C;
}
.TagClassName
{
border-color: #95361C;
}
</style>