Shades of Raw Umber #754302
Tints of Raw Umber #754302
RGB
CMYK
RGB Variations
Color information
#754302 (or 0x754302) is known color: Raw Umber. HEX triplet: 75, 43 and 02. RGB value is (117,67,2). Sum of RGB (Red+Green+Blue) = 117+67+2=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #754302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754302 is #8ABCFD. Grayscale: #4A4A4A. Windows color (decimal): -9092350 or 148341. OLE color: 148341.
HSL color Cylindrical-coordinate representation of color #754302: hue angle of 33.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #754302 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.54 |
| HSL | 33.91º | 0.97% | 0.23% | - |
| HSV(B) | 33.91º | 0.98% | 0.46% | - |
| XYZ | 9.35 | 7.8 | 1.07 | - |
| YUV | 74.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 2 | 0 | 0.43 | 0.98 | 0.54 | 33.91 | 0.97 | 0.23 |
| Hex | 75 | 43 | 2 | 0 | 2B | 62 | 36 | 22 | 61 | 17 |
| Octal | 165 | 103 | 2 | 0 | 53 | 142 | 66 | 42 | 141 | 27 |
| Binary | 1110101 | 1000011 | 10 | 0 | 101011 | 1100010 | 110110 | 100010 | 1100001 | 10111 |
Color Harmonies of #754302
Complementary color
Monochromatic Colors of #754302
Black with #754302
Text Example
Text Example
White with #754302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754302; }
p { color: rgb(117,67,2); }
H1.HeaderClassName
{
color: #754302;
}
.AnyTagClassName
{
color: #754302;
}
</style>
background-color css
<style>
a { background-color: #754302; }
a { background-color: rgb(117,67,2); }
div.DivClassName
{
background-color: #754302;
}
.BgClassName
{
background-color: #754302;
}
</style>
border-color css
<style>
span { border-color: #754302; }
span { border-color: rgb(117,67,2); }
td.TdClassName
{
border-color: #754302;
}
.TagClassName
{
border-color: #754302;
}
</style>