Shades of Raw Umber #74570B
Tints of Raw Umber #74570B
RGB
CMYK
RGB Variations
Color information
#74570B (or 0x74570B) is known color: Raw Umber. HEX triplet: 74, 57 and 0B. RGB value is (116,87,11). Sum of RGB (Red+Green+Blue) = 116+87+11=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74570B is #8BA8F4. Grayscale: #575757. Windows color (decimal): -9152757 or 743284. OLE color: 743284.
HSL color Cylindrical-coordinate representation of color #74570B: hue angle of 43.43º 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 #74570B is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 11 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.55 |
| HSL | 43.43º | 0.83% | 0.25% | - |
| HSV(B) | 43.43º | 0.91% | 0.45% | - |
| XYZ | 10.67 | 10.55 | 1.79 | - |
| YUV | 87.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 11 | 0 | 0.25 | 0.91 | 0.55 | 43.43 | 0.83 | 0.25 |
| Hex | 74 | 57 | B | 0 | 19 | 5B | 37 | 2B | 53 | 19 |
| Octal | 164 | 127 | 13 | 0 | 31 | 133 | 67 | 53 | 123 | 31 |
| Binary | 1110100 | 1010111 | 1011 | 0 | 11001 | 1011011 | 110111 | 101011 | 1010011 | 11001 |
Color Harmonies of #74570B
Complementary color
Monochromatic Colors of #74570B
Black with #74570B
Text Example
Text Example
White with #74570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74570B; }
p { color: rgb(116,87,11); }
H1.HeaderClassName
{
color: #74570B;
}
.AnyTagClassName
{
color: #74570B;
}
</style>
background-color css
<style>
a { background-color: #74570B; }
a { background-color: rgb(116,87,11); }
div.DivClassName
{
background-color: #74570B;
}
.BgClassName
{
background-color: #74570B;
}
</style>
border-color css
<style>
span { border-color: #74570B; }
span { border-color: rgb(116,87,11); }
td.TdClassName
{
border-color: #74570B;
}
.TagClassName
{
border-color: #74570B;
}
</style>