Shades of Raw Umber #754F02
Tints of Raw Umber #754F02
RGB
CMYK
RGB Variations
Color information
#754F02 (or 0x754F02) is known color: Raw Umber. HEX triplet: 75, 4F and 02. RGB value is (117,79,2). Sum of RGB (Red+Green+Blue) = 117+79+2=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #754F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F02 is #8AB0FD. Grayscale: #515151. Windows color (decimal): -9089278 or 151413. OLE color: 151413.
HSL color Cylindrical-coordinate representation of color #754F02: hue angle of 40.17º 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 #754F02 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 2 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.54 |
| HSL | 40.17º | 0.97% | 0.23% | - |
| HSV(B) | 40.17º | 0.98% | 0.46% | - |
| XYZ | 10.14 | 9.38 | 1.33 | - |
| YUV | 81.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 2 | 0 | 0.32 | 0.98 | 0.54 | 40.17 | 0.97 | 0.23 |
| Hex | 75 | 4F | 2 | 0 | 20 | 62 | 36 | 28 | 61 | 17 |
| Octal | 165 | 117 | 2 | 0 | 40 | 142 | 66 | 50 | 141 | 27 |
| Binary | 1110101 | 1001111 | 10 | 0 | 100000 | 1100010 | 110110 | 101000 | 1100001 | 10111 |
Color Harmonies of #754F02
Complementary color
Monochromatic Colors of #754F02
Black with #754F02
Text Example
Text Example
White with #754F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F02; }
p { color: rgb(117,79,2); }
H1.HeaderClassName
{
color: #754F02;
}
.AnyTagClassName
{
color: #754F02;
}
</style>
background-color css
<style>
a { background-color: #754F02; }
a { background-color: rgb(117,79,2); }
div.DivClassName
{
background-color: #754F02;
}
.BgClassName
{
background-color: #754F02;
}
</style>
border-color css
<style>
span { border-color: #754F02; }
span { border-color: rgb(117,79,2); }
td.TdClassName
{
border-color: #754F02;
}
.TagClassName
{
border-color: #754F02;
}
</style>