Shades of Raw Umber #74560B
Tints of Raw Umber #74560B
RGB
CMYK
RGB Variations
Color information
#74560B (or 0x74560B) is known color: Raw Umber. HEX triplet: 74, 56 and 0B. RGB value is (116,86,11). Sum of RGB (Red+Green+Blue) = 116+86+11=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74560B is #8BA9F4. Grayscale: #565656. Windows color (decimal): -9153013 or 743028. OLE color: 743028.
HSL color Cylindrical-coordinate representation of color #74560B: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74560B is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 11 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.55 |
| HSL | 42.86º | 0.83% | 0.25% | - |
| HSV(B) | 42.86º | 0.91% | 0.45% | - |
| XYZ | 10.59 | 10.39 | 1.76 | - |
| YUV | 86.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 11 | 0 | 0.26 | 0.91 | 0.55 | 42.86 | 0.83 | 0.25 |
| Hex | 74 | 56 | B | 0 | 1A | 5B | 37 | 2B | 53 | 19 |
| Octal | 164 | 126 | 13 | 0 | 32 | 133 | 67 | 53 | 123 | 31 |
| Binary | 1110100 | 1010110 | 1011 | 0 | 11010 | 1011011 | 110111 | 101011 | 1010011 | 11001 |
Color Harmonies of #74560B
Complementary color
Monochromatic Colors of #74560B
Black with #74560B
Text Example
Text Example
White with #74560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74560B; }
p { color: rgb(116,86,11); }
H1.HeaderClassName
{
color: #74560B;
}
.AnyTagClassName
{
color: #74560B;
}
</style>
background-color css
<style>
a { background-color: #74560B; }
a { background-color: rgb(116,86,11); }
div.DivClassName
{
background-color: #74560B;
}
.BgClassName
{
background-color: #74560B;
}
</style>
border-color css
<style>
span { border-color: #74560B; }
span { border-color: rgb(116,86,11); }
td.TdClassName
{
border-color: #74560B;
}
.TagClassName
{
border-color: #74560B;
}
</style>