Shades of Raw Umber #754E02
Tints of Raw Umber #754E02
RGB
CMYK
RGB Variations
Color information
#754E02 (or 0x754E02) is known color: Raw Umber. HEX triplet: 75, 4E and 02. RGB value is (117,78,2). Sum of RGB (Red+Green+Blue) = 117+78+2=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #754E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E02 is #8AB1FD. Grayscale: #515151. Windows color (decimal): -9089534 or 151157. OLE color: 151157.
HSL color Cylindrical-coordinate representation of color #754E02: hue angle of 39.65º 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 #754E02 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.54 |
| HSL | 39.65º | 0.97% | 0.23% | - |
| HSV(B) | 39.65º | 0.98% | 0.46% | - |
| XYZ | 10.07 | 9.24 | 1.31 | - |
| YUV | 81 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 2 | 0 | 0.33 | 0.98 | 0.54 | 39.65 | 0.97 | 0.23 |
| Hex | 75 | 4E | 2 | 0 | 21 | 62 | 36 | 28 | 61 | 17 |
| Octal | 165 | 116 | 2 | 0 | 41 | 142 | 66 | 50 | 141 | 27 |
| Binary | 1110101 | 1001110 | 10 | 0 | 100001 | 1100010 | 110110 | 101000 | 1100001 | 10111 |
Color Harmonies of #754E02
Complementary color
Monochromatic Colors of #754E02
Black with #754E02
Text Example
Text Example
White with #754E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E02; }
p { color: rgb(117,78,2); }
H1.HeaderClassName
{
color: #754E02;
}
.AnyTagClassName
{
color: #754E02;
}
</style>
background-color css
<style>
a { background-color: #754E02; }
a { background-color: rgb(117,78,2); }
div.DivClassName
{
background-color: #754E02;
}
.BgClassName
{
background-color: #754E02;
}
</style>
border-color css
<style>
span { border-color: #754E02; }
span { border-color: rgb(117,78,2); }
td.TdClassName
{
border-color: #754E02;
}
.TagClassName
{
border-color: #754E02;
}
</style>