Shades of Raw Umber #754A0A
Tints of Raw Umber #754A0A
RGB
CMYK
RGB Variations
Color information
#754A0A (or 0x754A0A) is known color: Raw Umber. HEX triplet: 75, 4A and 0A. RGB value is (117,74,10). Sum of RGB (Red+Green+Blue) = 117+74+10=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #754A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A0A is #8AB5F5. Grayscale: #4F4F4F. Windows color (decimal): -9090550 or 674421. OLE color: 674421.
HSL color Cylindrical-coordinate representation of color #754A0A: hue angle of 35.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #754A0A is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 10 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.54 |
| HSL | 35.89º | 0.84% | 0.25% | - |
| HSV(B) | 35.89º | 0.91% | 0.46% | - |
| XYZ | 9.84 | 8.7 | 1.45 | - |
| YUV | 79.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 10 | 0 | 0.37 | 0.91 | 0.54 | 35.89 | 0.84 | 0.25 |
| Hex | 75 | 4A | A | 0 | 25 | 5B | 36 | 24 | 54 | 19 |
| Octal | 165 | 112 | 12 | 0 | 45 | 133 | 66 | 44 | 124 | 31 |
| Binary | 1110101 | 1001010 | 1010 | 0 | 100101 | 1011011 | 110110 | 100100 | 1010100 | 11001 |
Color Harmonies of #754A0A
Complementary color
Monochromatic Colors of #754A0A
Black with #754A0A
Text Example
Text Example
White with #754A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A0A; }
p { color: rgb(117,74,10); }
H1.HeaderClassName
{
color: #754A0A;
}
.AnyTagClassName
{
color: #754A0A;
}
</style>
background-color css
<style>
a { background-color: #754A0A; }
a { background-color: rgb(117,74,10); }
div.DivClassName
{
background-color: #754A0A;
}
.BgClassName
{
background-color: #754A0A;
}
</style>
border-color css
<style>
span { border-color: #754A0A; }
span { border-color: rgb(117,74,10); }
td.TdClassName
{
border-color: #754A0A;
}
.TagClassName
{
border-color: #754A0A;
}
</style>