Shades of Raw Umber #73531C
Tints of Raw Umber #73531C
RGB
CMYK
RGB Variations
Color information
#73531C (or 0x73531C) is known color: Raw Umber. HEX triplet: 73, 53 and 1C. RGB value is (115,83,28). Sum of RGB (Red+Green+Blue) = 115+83+28=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73531C is #8CACE3. Grayscale: #565656. Windows color (decimal): -9219300 or 1856371. OLE color: 1856371.
HSL color Cylindrical-coordinate representation of color #73531C: hue angle of 37.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73531C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 28 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.55 |
| HSL | 37.93º | 0.61% | 0.28% | - |
| HSV(B) | 37.93º | 0.76% | 0.45% | - |
| XYZ | 10.37 | 9.92 | 2.47 | - |
| YUV | 86.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 28 | 0 | 0.28 | 0.76 | 0.55 | 37.93 | 0.61 | 0.28 |
| Hex | 73 | 53 | 1C | 0 | 1C | 4C | 37 | 26 | 3D | 1C |
| Octal | 163 | 123 | 34 | 0 | 34 | 114 | 67 | 46 | 75 | 34 |
| Binary | 1110011 | 1010011 | 11100 | 0 | 11100 | 1001100 | 110111 | 100110 | 111101 | 11100 |
Color Harmonies of #73531C
Complementary color
Monochromatic Colors of #73531C
Black with #73531C
Text Example
Text Example
White with #73531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73531C; }
p { color: rgb(115,83,28); }
H1.HeaderClassName
{
color: #73531C;
}
.AnyTagClassName
{
color: #73531C;
}
</style>
background-color css
<style>
a { background-color: #73531C; }
a { background-color: rgb(115,83,28); }
div.DivClassName
{
background-color: #73531C;
}
.BgClassName
{
background-color: #73531C;
}
</style>
border-color css
<style>
span { border-color: #73531C; }
span { border-color: rgb(115,83,28); }
td.TdClassName
{
border-color: #73531C;
}
.TagClassName
{
border-color: #73531C;
}
</style>