Shades of Raw Umber #724B00
Tints of Raw Umber #724B00
RGB
CMYK
RGB Variations
Color information
#724B00 (or 0x724B00) is known color: Raw Umber. HEX triplet: 72, 4B and 00. RGB value is (114,75,0). Sum of RGB (Red+Green+Blue) = 114+75+0=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #724B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724B00 is #8DB4FF. Grayscale: #4E4E4E. Windows color (decimal): -9286912 or 19314. OLE color: 19314.
HSL color Cylindrical-coordinate representation of color #724B00: hue angle of 39.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #724B00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.55 |
| HSL | 39.47º | 1% | 0.22% | - |
| HSV(B) | 39.47º | 1% | 0.45% | - |
| XYZ | 9.46 | 8.61 | 1.16 | - |
| YUV | 78.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 0 | 0 | 0.34 | 1 | 0.55 | 39.47 | 1 | 0.22 |
| Hex | 72 | 4B | 0 | 0 | 22 | 64 | 37 | 27 | 64 | 16 |
| Octal | 162 | 113 | 0 | 0 | 42 | 144 | 67 | 47 | 144 | 26 |
| Binary | 1110010 | 1001011 | 0 | 0 | 100010 | 1100100 | 110111 | 100111 | 1100100 | 10110 |
Color Harmonies of #724B00
Complementary color
Monochromatic Colors of #724B00
Black with #724B00
Text Example
Text Example
White with #724B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B00; }
p { color: rgb(114,75,0); }
H1.HeaderClassName
{
color: #724B00;
}
.AnyTagClassName
{
color: #724B00;
}
</style>
background-color css
<style>
a { background-color: #724B00; }
a { background-color: rgb(114,75,0); }
div.DivClassName
{
background-color: #724B00;
}
.BgClassName
{
background-color: #724B00;
}
</style>
border-color css
<style>
span { border-color: #724B00; }
span { border-color: rgb(114,75,0); }
td.TdClassName
{
border-color: #724B00;
}
.TagClassName
{
border-color: #724B00;
}
</style>