Shades of Raw Umber #73551C
Tints of Raw Umber #73551C
RGB
CMYK
RGB Variations
Color information
#73551C (or 0x73551C) is known color: Raw Umber. HEX triplet: 73, 55 and 1C. RGB value is (115,85,28). Sum of RGB (Red+Green+Blue) = 115+85+28=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73551C is #8CAAE3. Grayscale: #575757. Windows color (decimal): -9218788 or 1856883. OLE color: 1856883.
HSL color Cylindrical-coordinate representation of color #73551C: hue angle of 39.31º 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 #73551C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 28 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.55 |
| HSL | 39.31º | 0.61% | 0.28% | - |
| HSV(B) | 39.31º | 0.76% | 0.45% | - |
| XYZ | 10.53 | 10.23 | 2.52 | - |
| YUV | 87.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 28 | 0 | 0.26 | 0.76 | 0.55 | 39.31 | 0.61 | 0.28 |
| Hex | 73 | 55 | 1C | 0 | 1A | 4C | 37 | 27 | 3D | 1C |
| Octal | 163 | 125 | 34 | 0 | 32 | 114 | 67 | 47 | 75 | 34 |
| Binary | 1110011 | 1010101 | 11100 | 0 | 11010 | 1001100 | 110111 | 100111 | 111101 | 11100 |
Color Harmonies of #73551C
Complementary color
Monochromatic Colors of #73551C
Black with #73551C
Text Example
Text Example
White with #73551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73551C; }
p { color: rgb(115,85,28); }
H1.HeaderClassName
{
color: #73551C;
}
.AnyTagClassName
{
color: #73551C;
}
</style>
background-color css
<style>
a { background-color: #73551C; }
a { background-color: rgb(115,85,28); }
div.DivClassName
{
background-color: #73551C;
}
.BgClassName
{
background-color: #73551C;
}
</style>
border-color css
<style>
span { border-color: #73551C; }
span { border-color: rgb(115,85,28); }
td.TdClassName
{
border-color: #73551C;
}
.TagClassName
{
border-color: #73551C;
}
</style>