Shades of Raw Umber #754A02
Tints of Raw Umber #754A02
RGB
CMYK
RGB Variations
Color information
#754A02 (or 0x754A02) is known color: Raw Umber. HEX triplet: 75, 4A and 02. RGB value is (117,74,2). Sum of RGB (Red+Green+Blue) = 117+74+2=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A02 is #8AB5FD. Grayscale: #4E4E4E. Windows color (decimal): -9090558 or 150133. OLE color: 150133.
HSL color Cylindrical-coordinate representation of color #754A02: hue angle of 37.57º 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 #754A02 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.54 |
| HSL | 37.57º | 0.97% | 0.23% | - |
| HSV(B) | 37.57º | 0.98% | 0.46% | - |
| XYZ | 9.8 | 8.68 | 1.22 | - |
| YUV | 78.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 2 | 0 | 0.37 | 0.98 | 0.54 | 37.57 | 0.97 | 0.23 |
| Hex | 75 | 4A | 2 | 0 | 25 | 62 | 36 | 26 | 61 | 17 |
| Octal | 165 | 112 | 2 | 0 | 45 | 142 | 66 | 46 | 141 | 27 |
| Binary | 1110101 | 1001010 | 10 | 0 | 100101 | 1100010 | 110110 | 100110 | 1100001 | 10111 |
Color Harmonies of #754A02
Complementary color
Monochromatic Colors of #754A02
Black with #754A02
Text Example
Text Example
White with #754A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A02; }
p { color: rgb(117,74,2); }
H1.HeaderClassName
{
color: #754A02;
}
.AnyTagClassName
{
color: #754A02;
}
</style>
background-color css
<style>
a { background-color: #754A02; }
a { background-color: rgb(117,74,2); }
div.DivClassName
{
background-color: #754A02;
}
.BgClassName
{
background-color: #754A02;
}
</style>
border-color css
<style>
span { border-color: #754A02; }
span { border-color: rgb(117,74,2); }
td.TdClassName
{
border-color: #754A02;
}
.TagClassName
{
border-color: #754A02;
}
</style>