Shades of Raw Umber #723C01
Tints of Raw Umber #723C01
RGB
CMYK
RGB Variations
Color information
#723C01 (or 0x723C01) is known color: Raw Umber. HEX triplet: 72, 3C and 01. RGB value is (114,60,1). Sum of RGB (Red+Green+Blue) = 114+60+1=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #723C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723C01 is #8DC3FE. Grayscale: #454545. Windows color (decimal): -9290751 or 81010. OLE color: 81010.
HSL color Cylindrical-coordinate representation of color #723C01: hue angle of 31.33º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #723C01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.55 |
| HSL | 31.33º | 0.98% | 0.23% | - |
| HSV(B) | 31.33º | 0.99% | 0.45% | - |
| XYZ | 8.56 | 6.81 | 0.89 | - |
| YUV | 69.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 1 | 0 | 0.47 | 0.99 | 0.55 | 31.33 | 0.98 | 0.23 |
| Hex | 72 | 3C | 1 | 0 | 2F | 63 | 37 | 1F | 62 | 17 |
| Octal | 162 | 74 | 1 | 0 | 57 | 143 | 67 | 37 | 142 | 27 |
| Binary | 1110010 | 111100 | 1 | 0 | 101111 | 1100011 | 110111 | 11111 | 1100010 | 10111 |
Color Harmonies of #723C01
Complementary color
Monochromatic Colors of #723C01
Black with #723C01
Text Example
Text Example
White with #723C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C01; }
p { color: rgb(114,60,1); }
H1.HeaderClassName
{
color: #723C01;
}
.AnyTagClassName
{
color: #723C01;
}
</style>
background-color css
<style>
a { background-color: #723C01; }
a { background-color: rgb(114,60,1); }
div.DivClassName
{
background-color: #723C01;
}
.BgClassName
{
background-color: #723C01;
}
</style>
border-color css
<style>
span { border-color: #723C01; }
span { border-color: rgb(114,60,1); }
td.TdClassName
{
border-color: #723C01;
}
.TagClassName
{
border-color: #723C01;
}
</style>