Shades of Burnt Umber #952603
Tints of Burnt Umber #952603
RGB
CMYK
RGB Variations
Color information
#952603 (or 0x952603) is known color: Burnt Umber. HEX triplet: 95, 26 and 03. RGB value is (149,38,3). Sum of RGB (Red+Green+Blue) = 149+38+3=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #952603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952603 is #6AD9FC. Grayscale: #434343. Windows color (decimal): -7002621 or 206485. OLE color: 206485.
HSL color Cylindrical-coordinate representation of color #952603: hue angle of 14.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #952603 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.42 |
| HSL | 14.38º | 0.96% | 0.3% | - |
| HSV(B) | 14.38º | 0.98% | 0.58% | - |
| XYZ | 13.1 | 7.78 | 0.9 | - |
| YUV | 67.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 3 | 0 | 0.74 | 0.98 | 0.42 | 14.38 | 0.96 | 0.3 |
| Hex | 95 | 26 | 3 | 0 | 4A | 62 | 2A | E | 60 | 1E |
| Octal | 225 | 46 | 3 | 0 | 112 | 142 | 52 | 16 | 140 | 36 |
| Binary | 10010101 | 100110 | 11 | 0 | 1001010 | 1100010 | 101010 | 1110 | 1100000 | 11110 |
Color Harmonies of #952603
Complementary color
Monochromatic Colors of #952603
Black with #952603
Text Example
Text Example
White with #952603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952603; }
p { color: rgb(149,38,3); }
H1.HeaderClassName
{
color: #952603;
}
.AnyTagClassName
{
color: #952603;
}
</style>
background-color css
<style>
a { background-color: #952603; }
a { background-color: rgb(149,38,3); }
div.DivClassName
{
background-color: #952603;
}
.BgClassName
{
background-color: #952603;
}
</style>
border-color css
<style>
span { border-color: #952603; }
span { border-color: rgb(149,38,3); }
td.TdClassName
{
border-color: #952603;
}
.TagClassName
{
border-color: #952603;
}
</style>