Shades of Raw Umber #755D02
Tints of Raw Umber #755D02
RGB
CMYK
RGB Variations
Color information
#755D02 (or 0x755D02) is known color: Raw Umber. HEX triplet: 75, 5D and 02. RGB value is (117,93,2). Sum of RGB (Red+Green+Blue) = 117+93+2=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #755D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D02 is #8AA2FD. Grayscale: #5A5A5A. Windows color (decimal): -9085694 or 154997. OLE color: 154997.
HSL color Cylindrical-coordinate representation of color #755D02: hue angle of 47.48º 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 #755D02 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.54 |
| HSL | 47.48º | 0.97% | 0.23% | - |
| HSV(B) | 47.48º | 0.98% | 0.46% | - |
| XYZ | 11.26 | 11.61 | 1.71 | - |
| YUV | 89.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 2 | 0 | 0.21 | 0.98 | 0.54 | 47.48 | 0.97 | 0.23 |
| Hex | 75 | 5D | 2 | 0 | 15 | 62 | 36 | 2F | 61 | 17 |
| Octal | 165 | 135 | 2 | 0 | 25 | 142 | 66 | 57 | 141 | 27 |
| Binary | 1110101 | 1011101 | 10 | 0 | 10101 | 1100010 | 110110 | 101111 | 1100001 | 10111 |
Color Harmonies of #755D02
Complementary color
Monochromatic Colors of #755D02
Black with #755D02
Text Example
Text Example
White with #755D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D02; }
p { color: rgb(117,93,2); }
H1.HeaderClassName
{
color: #755D02;
}
.AnyTagClassName
{
color: #755D02;
}
</style>
background-color css
<style>
a { background-color: #755D02; }
a { background-color: rgb(117,93,2); }
div.DivClassName
{
background-color: #755D02;
}
.BgClassName
{
background-color: #755D02;
}
</style>
border-color css
<style>
span { border-color: #755D02; }
span { border-color: rgb(117,93,2); }
td.TdClassName
{
border-color: #755D02;
}
.TagClassName
{
border-color: #755D02;
}
</style>