Shades of Burnt Umber #952602
Tints of Burnt Umber #952602
RGB
CMYK
RGB Variations
Color information
#952602 (or 0x952602) is known color: Burnt Umber. HEX triplet: 95, 26 and 02. RGB value is (149,38,2). Sum of RGB (Red+Green+Blue) = 149+38+2=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #952602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952602 is #6AD9FD. Grayscale: #434343. Windows color (decimal): -7002622 or 140949. OLE color: 140949.
HSL color Cylindrical-coordinate representation of color #952602: hue angle of 14.69º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #952602 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.42 |
| HSL | 14.69º | 0.97% | 0.3% | - |
| HSV(B) | 14.69º | 0.99% | 0.58% | - |
| XYZ | 13.1 | 7.78 | 0.87 | - |
| YUV | 67.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 2 | 0 | 0.74 | 0.99 | 0.42 | 14.69 | 0.97 | 0.3 |
| Hex | 95 | 26 | 2 | 0 | 4A | 63 | 2A | F | 61 | 1E |
| Octal | 225 | 46 | 2 | 0 | 112 | 143 | 52 | 17 | 141 | 36 |
| Binary | 10010101 | 100110 | 10 | 0 | 1001010 | 1100011 | 101010 | 1111 | 1100001 | 11110 |
Color Harmonies of #952602
Complementary color
Monochromatic Colors of #952602
Black with #952602
Text Example
Text Example
White with #952602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952602; }
p { color: rgb(149,38,2); }
H1.HeaderClassName
{
color: #952602;
}
.AnyTagClassName
{
color: #952602;
}
</style>
background-color css
<style>
a { background-color: #952602; }
a { background-color: rgb(149,38,2); }
div.DivClassName
{
background-color: #952602;
}
.BgClassName
{
background-color: #952602;
}
</style>
border-color css
<style>
span { border-color: #952602; }
span { border-color: rgb(149,38,2); }
td.TdClassName
{
border-color: #952602;
}
.TagClassName
{
border-color: #952602;
}
</style>