Shades of Raw Umber #735C0B
Tints of Raw Umber #735C0B
RGB
CMYK
RGB Variations
Color information
#735C0B (or 0x735C0B) is known color: Raw Umber. HEX triplet: 73, 5C and 0B. RGB value is (115,92,11). Sum of RGB (Red+Green+Blue) = 115+92+11=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #735C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C0B is #8CA3F4. Grayscale: #595959. Windows color (decimal): -9217013 or 744563. OLE color: 744563.
HSL color Cylindrical-coordinate representation of color #735C0B: hue angle of 46.73º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #735C0B is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 11 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.55 |
| HSL | 46.73º | 0.83% | 0.25% | - |
| HSV(B) | 46.73º | 0.9% | 0.45% | - |
| XYZ | 10.96 | 11.32 | 1.92 | - |
| YUV | 89.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 11 | 0 | 0.20 | 0.90 | 0.55 | 46.73 | 0.83 | 0.25 |
| Hex | 73 | 5C | B | 0 | 14 | 5A | 37 | 2F | 53 | 19 |
| Octal | 163 | 134 | 13 | 0 | 24 | 132 | 67 | 57 | 123 | 31 |
| Binary | 1110011 | 1011100 | 1011 | 0 | 10100 | 1011010 | 110111 | 101111 | 1010011 | 11001 |
Color Harmonies of #735C0B
Complementary color
Monochromatic Colors of #735C0B
Black with #735C0B
Text Example
Text Example
White with #735C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C0B; }
p { color: rgb(115,92,11); }
H1.HeaderClassName
{
color: #735C0B;
}
.AnyTagClassName
{
color: #735C0B;
}
</style>
background-color css
<style>
a { background-color: #735C0B; }
a { background-color: rgb(115,92,11); }
div.DivClassName
{
background-color: #735C0B;
}
.BgClassName
{
background-color: #735C0B;
}
</style>
border-color css
<style>
span { border-color: #735C0B; }
span { border-color: rgb(115,92,11); }
td.TdClassName
{
border-color: #735C0B;
}
.TagClassName
{
border-color: #735C0B;
}
</style>