Shades of Raw Umber #755103
Tints of Raw Umber #755103
RGB
CMYK
RGB Variations
Color information
#755103 (or 0x755103) is known color: Raw Umber. HEX triplet: 75, 51 and 03. RGB value is (117,81,3). Sum of RGB (Red+Green+Blue) = 117+81+3=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #755103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755103 is #8AAEFC. Grayscale: #535353. Windows color (decimal): -9088765 or 217461. OLE color: 217461.
HSL color Cylindrical-coordinate representation of color #755103: hue angle of 41.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #755103 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 3 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.54 |
| HSL | 41.05º | 0.95% | 0.24% | - |
| HSV(B) | 41.05º | 0.97% | 0.46% | - |
| XYZ | 10.29 | 9.67 | 1.41 | - |
| YUV | 82.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 3 | 0 | 0.31 | 0.97 | 0.54 | 41.05 | 0.95 | 0.24 |
| Hex | 75 | 51 | 3 | 0 | 1F | 61 | 36 | 29 | 5F | 18 |
| Octal | 165 | 121 | 3 | 0 | 37 | 141 | 66 | 51 | 137 | 30 |
| Binary | 1110101 | 1010001 | 11 | 0 | 11111 | 1100001 | 110110 | 101001 | 1011111 | 11000 |
Color Harmonies of #755103
Complementary color
Monochromatic Colors of #755103
Black with #755103
Text Example
Text Example
White with #755103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755103; }
p { color: rgb(117,81,3); }
H1.HeaderClassName
{
color: #755103;
}
.AnyTagClassName
{
color: #755103;
}
</style>
background-color css
<style>
a { background-color: #755103; }
a { background-color: rgb(117,81,3); }
div.DivClassName
{
background-color: #755103;
}
.BgClassName
{
background-color: #755103;
}
</style>
border-color css
<style>
span { border-color: #755103; }
span { border-color: rgb(117,81,3); }
td.TdClassName
{
border-color: #755103;
}
.TagClassName
{
border-color: #755103;
}
</style>