Shades of Raw Umber #5F5203
Tints of Raw Umber #5F5203
RGB
CMYK
RGB Variations
Color information
#5F5203 (or 0x5F5203) is known color: Raw Umber. HEX triplet: 5F, 52 and 03. RGB value is (95,82,3). Sum of RGB (Red+Green+Blue) = 95+82+3=180 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5203 is #A0ADFC. Grayscale: #4D4D4D. Windows color (decimal): -10530301 or 217695. OLE color: 217695.
HSL color Cylindrical-coordinate representation of color #5F5203: hue angle of 51.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F5203 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 82 | 3 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.63 |
| HSL | 51.52º | 0.94% | 0.19% | - |
| HSV(B) | 51.52º | 0.97% | 0.37% | - |
| XYZ | 7.75 | 8.47 | 1.31 | - |
| YUV | 76.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 3 | 0 | 0.14 | 0.97 | 0.63 | 51.52 | 0.94 | 0.19 |
| Hex | 5F | 52 | 3 | 0 | E | 61 | 3F | 34 | 5E | 13 |
| Octal | 137 | 122 | 3 | 0 | 16 | 141 | 77 | 64 | 136 | 23 |
| Binary | 1011111 | 1010010 | 11 | 0 | 1110 | 1100001 | 111111 | 110100 | 1011110 | 10011 |
Color Harmonies of #5F5203
Complementary color
Monochromatic Colors of #5F5203
Black with #5F5203
Text Example
Text Example
White with #5F5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5203; }
p { color: rgb(95,82,3); }
H1.HeaderClassName
{
color: #5F5203;
}
.AnyTagClassName
{
color: #5F5203;
}
</style>
background-color css
<style>
a { background-color: #5F5203; }
a { background-color: rgb(95,82,3); }
div.DivClassName
{
background-color: #5F5203;
}
.BgClassName
{
background-color: #5F5203;
}
</style>
border-color css
<style>
span { border-color: #5F5203; }
span { border-color: rgb(95,82,3); }
td.TdClassName
{
border-color: #5F5203;
}
.TagClassName
{
border-color: #5F5203;
}
</style>