Shades of Burnt Umber #952C1F
Tints of Burnt Umber #952C1F
RGB
CMYK
RGB Variations
Color information
#952C1F (or 0x952C1F) is known color: Burnt Umber. HEX triplet: 95, 2C and 1F. RGB value is (149,44,31). Sum of RGB (Red+Green+Blue) = 149+44+31=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C1F is #6AD3E0. Grayscale: #4A4A4A. Windows color (decimal): -7001057 or 2043029. OLE color: 2043029.
HSL color Cylindrical-coordinate representation of color #952C1F: hue angle of 6.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952C1F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 31 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.42 |
| HSL | 6.61º | 0.66% | 0.35% | - |
| HSV(B) | 6.61º | 0.79% | 0.58% | - |
| XYZ | 13.54 | 8.29 | 2.18 | - |
| YUV | 73.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 31 | 0 | 0.70 | 0.79 | 0.42 | 6.61 | 0.66 | 0.35 |
| Hex | 95 | 2C | 1F | 0 | 46 | 4F | 2A | 7 | 42 | 23 |
| Octal | 225 | 54 | 37 | 0 | 106 | 117 | 52 | 7 | 102 | 43 |
| Binary | 10010101 | 101100 | 11111 | 0 | 1000110 | 1001111 | 101010 | 111 | 1000010 | 100011 |
Color Harmonies of #952C1F
Complementary color
Monochromatic Colors of #952C1F
Black with #952C1F
Text Example
Text Example
White with #952C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C1F; }
p { color: rgb(149,44,31); }
H1.HeaderClassName
{
color: #952C1F;
}
.AnyTagClassName
{
color: #952C1F;
}
</style>
background-color css
<style>
a { background-color: #952C1F; }
a { background-color: rgb(149,44,31); }
div.DivClassName
{
background-color: #952C1F;
}
.BgClassName
{
background-color: #952C1F;
}
</style>
border-color css
<style>
span { border-color: #952C1F; }
span { border-color: rgb(149,44,31); }
td.TdClassName
{
border-color: #952C1F;
}
.TagClassName
{
border-color: #952C1F;
}
</style>