Shades of Raw Umber #74570A
Tints of Raw Umber #74570A
RGB
CMYK
RGB Variations
Color information
#74570A (or 0x74570A) is known color: Raw Umber. HEX triplet: 74, 57 and 0A. RGB value is (116,87,10). Sum of RGB (Red+Green+Blue) = 116+87+10=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74570A is #8BA8F5. Grayscale: #575757. Windows color (decimal): -9152758 or 677748. OLE color: 677748.
HSL color Cylindrical-coordinate representation of color #74570A: hue angle of 43.58º degrees, saturation: 0.84, 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 #74570A is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 10 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.55 |
| HSL | 43.58º | 0.84% | 0.25% | - |
| HSV(B) | 43.58º | 0.91% | 0.45% | - |
| XYZ | 10.67 | 10.55 | 1.76 | - |
| YUV | 86.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 10 | 0 | 0.25 | 0.91 | 0.55 | 43.58 | 0.84 | 0.25 |
| Hex | 74 | 57 | A | 0 | 19 | 5B | 37 | 2C | 54 | 19 |
| Octal | 164 | 127 | 12 | 0 | 31 | 133 | 67 | 54 | 124 | 31 |
| Binary | 1110100 | 1010111 | 1010 | 0 | 11001 | 1011011 | 110111 | 101100 | 1010100 | 11001 |
Color Harmonies of #74570A
Complementary color
Monochromatic Colors of #74570A
Black with #74570A
Text Example
Text Example
White with #74570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74570A; }
p { color: rgb(116,87,10); }
H1.HeaderClassName
{
color: #74570A;
}
.AnyTagClassName
{
color: #74570A;
}
</style>
background-color css
<style>
a { background-color: #74570A; }
a { background-color: rgb(116,87,10); }
div.DivClassName
{
background-color: #74570A;
}
.BgClassName
{
background-color: #74570A;
}
</style>
border-color css
<style>
span { border-color: #74570A; }
span { border-color: rgb(116,87,10); }
td.TdClassName
{
border-color: #74570A;
}
.TagClassName
{
border-color: #74570A;
}
</style>