Shades of Raw Umber #754201
Tints of Raw Umber #754201
RGB
CMYK
RGB Variations
Color information
#754201 (or 0x754201) is known color: Raw Umber. HEX triplet: 75, 42 and 01. RGB value is (117,66,1). Sum of RGB (Red+Green+Blue) = 117+66+1=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #754201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754201 is #8ABDFE. Grayscale: #4A4A4A. Windows color (decimal): -9092607 or 82549. OLE color: 82549.
HSL color Cylindrical-coordinate representation of color #754201: hue angle of 33.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #754201 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.54 |
| HSL | 33.62º | 0.98% | 0.23% | - |
| HSV(B) | 33.62º | 0.99% | 0.46% | - |
| XYZ | 9.29 | 7.68 | 1.02 | - |
| YUV | 73.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 1 | 0 | 0.44 | 0.99 | 0.54 | 33.62 | 0.98 | 0.23 |
| Hex | 75 | 42 | 1 | 0 | 2C | 63 | 36 | 22 | 62 | 17 |
| Octal | 165 | 102 | 1 | 0 | 54 | 143 | 66 | 42 | 142 | 27 |
| Binary | 1110101 | 1000010 | 1 | 0 | 101100 | 1100011 | 110110 | 100010 | 1100010 | 10111 |
Color Harmonies of #754201
Complementary color
Monochromatic Colors of #754201
Black with #754201
Text Example
Text Example
White with #754201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754201; }
p { color: rgb(117,66,1); }
H1.HeaderClassName
{
color: #754201;
}
.AnyTagClassName
{
color: #754201;
}
</style>
background-color css
<style>
a { background-color: #754201; }
a { background-color: rgb(117,66,1); }
div.DivClassName
{
background-color: #754201;
}
.BgClassName
{
background-color: #754201;
}
</style>
border-color css
<style>
span { border-color: #754201; }
span { border-color: rgb(117,66,1); }
td.TdClassName
{
border-color: #754201;
}
.TagClassName
{
border-color: #754201;
}
</style>