Shades of Raw Umber #735F05
Tints of Raw Umber #735F05
RGB
CMYK
RGB Variations
Color information
#735F05 (or 0x735F05) is known color: Raw Umber. HEX triplet: 73, 5F and 05. RGB value is (115,95,5). Sum of RGB (Red+Green+Blue) = 115+95+5=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #735F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F05 is #8CA0FA. Grayscale: #5B5B5B. Windows color (decimal): -9216251 or 352115. OLE color: 352115.
HSL color Cylindrical-coordinate representation of color #735F05: hue angle of 49.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #735F05 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 5 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.55 |
| HSL | 49.09º | 0.92% | 0.24% | - |
| HSV(B) | 49.09º | 0.96% | 0.45% | - |
| XYZ | 11.19 | 11.84 | 1.84 | - |
| YUV | 90.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 5 | 0 | 0.17 | 0.96 | 0.55 | 49.09 | 0.92 | 0.24 |
| Hex | 73 | 5F | 5 | 0 | 11 | 60 | 37 | 31 | 5C | 18 |
| Octal | 163 | 137 | 5 | 0 | 21 | 140 | 67 | 61 | 134 | 30 |
| Binary | 1110011 | 1011111 | 101 | 0 | 10001 | 1100000 | 110111 | 110001 | 1011100 | 11000 |
Color Harmonies of #735F05
Complementary color
Monochromatic Colors of #735F05
Black with #735F05
Text Example
Text Example
White with #735F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F05; }
p { color: rgb(115,95,5); }
H1.HeaderClassName
{
color: #735F05;
}
.AnyTagClassName
{
color: #735F05;
}
</style>
background-color css
<style>
a { background-color: #735F05; }
a { background-color: rgb(115,95,5); }
div.DivClassName
{
background-color: #735F05;
}
.BgClassName
{
background-color: #735F05;
}
</style>
border-color css
<style>
span { border-color: #735F05; }
span { border-color: rgb(115,95,5); }
td.TdClassName
{
border-color: #735F05;
}
.TagClassName
{
border-color: #735F05;
}
</style>