Shades of Raw Umber #744F1C
Tints of Raw Umber #744F1C
RGB
CMYK
RGB Variations
Color information
#744F1C (or 0x744F1C) is known color: Raw Umber. HEX triplet: 74, 4F and 1C. RGB value is (116,79,28). Sum of RGB (Red+Green+Blue) = 116+79+28=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #744F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F1C is #8BB0E3. Grayscale: #545454. Windows color (decimal): -9154788 or 1855348. OLE color: 1855348.
HSL color Cylindrical-coordinate representation of color #744F1C: hue angle of 34.77º 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 #744F1C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 28 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.55 |
| HSL | 34.77º | 0.61% | 0.28% | - |
| HSV(B) | 34.77º | 0.76% | 0.45% | - |
| XYZ | 10.21 | 9.39 | 2.37 | - |
| YUV | 84.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 28 | 0 | 0.32 | 0.76 | 0.55 | 34.77 | 0.61 | 0.28 |
| Hex | 74 | 4F | 1C | 0 | 20 | 4C | 37 | 23 | 3D | 1C |
| Octal | 164 | 117 | 34 | 0 | 40 | 114 | 67 | 43 | 75 | 34 |
| Binary | 1110100 | 1001111 | 11100 | 0 | 100000 | 1001100 | 110111 | 100011 | 111101 | 11100 |
Color Harmonies of #744F1C
Complementary color
Monochromatic Colors of #744F1C
Black with #744F1C
Text Example
Text Example
White with #744F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F1C; }
p { color: rgb(116,79,28); }
H1.HeaderClassName
{
color: #744F1C;
}
.AnyTagClassName
{
color: #744F1C;
}
</style>
background-color css
<style>
a { background-color: #744F1C; }
a { background-color: rgb(116,79,28); }
div.DivClassName
{
background-color: #744F1C;
}
.BgClassName
{
background-color: #744F1C;
}
</style>
border-color css
<style>
span { border-color: #744F1C; }
span { border-color: rgb(116,79,28); }
td.TdClassName
{
border-color: #744F1C;
}
.TagClassName
{
border-color: #744F1C;
}
</style>