Shades of Raw Umber #744313
Tints of Raw Umber #744313
RGB
CMYK
RGB Variations
Color information
#744313 (or 0x744313) is known color: Raw Umber. HEX triplet: 74, 43 and 13. RGB value is (116,67,19). Sum of RGB (Red+Green+Blue) = 116+67+19=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #744313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744313 is #8BBCEC. Grayscale: #4C4C4C. Windows color (decimal): -9157869 or 1262452. OLE color: 1262452.
HSL color Cylindrical-coordinate representation of color #744313: hue angle of 29.69º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #744313 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 67 | 19 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.55 |
| HSL | 29.69º | 0.72% | 0.26% | - |
| HSV(B) | 29.69º | 0.84% | 0.45% | - |
| XYZ | 9.33 | 7.77 | 1.63 | - |
| YUV | 76.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 19 | 0 | 0.42 | 0.84 | 0.55 | 29.69 | 0.72 | 0.26 |
| Hex | 74 | 43 | 13 | 0 | 2A | 54 | 37 | 1E | 48 | 1A |
| Octal | 164 | 103 | 23 | 0 | 52 | 124 | 67 | 36 | 110 | 32 |
| Binary | 1110100 | 1000011 | 10011 | 0 | 101010 | 1010100 | 110111 | 11110 | 1001000 | 11010 |
Color Harmonies of #744313
Complementary color
Monochromatic Colors of #744313
Black with #744313
Text Example
Text Example
White with #744313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744313; }
p { color: rgb(116,67,19); }
H1.HeaderClassName
{
color: #744313;
}
.AnyTagClassName
{
color: #744313;
}
</style>
background-color css
<style>
a { background-color: #744313; }
a { background-color: rgb(116,67,19); }
div.DivClassName
{
background-color: #744313;
}
.BgClassName
{
background-color: #744313;
}
</style>
border-color css
<style>
span { border-color: #744313; }
span { border-color: rgb(116,67,19); }
td.TdClassName
{
border-color: #744313;
}
.TagClassName
{
border-color: #744313;
}
</style>