Shades of Raw Umber #754D03
Tints of Raw Umber #754D03
RGB
CMYK
RGB Variations
Color information
#754D03 (or 0x754D03) is known color: Raw Umber. HEX triplet: 75, 4D and 03. RGB value is (117,77,3). Sum of RGB (Red+Green+Blue) = 117+77+3=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #754D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D03 is #8AB2FC. Grayscale: #505050. Windows color (decimal): -9089789 or 216437. OLE color: 216437.
HSL color Cylindrical-coordinate representation of color #754D03: hue angle of 38.95º 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 #754D03 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 3 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.54 |
| HSL | 38.95º | 0.95% | 0.24% | - |
| HSV(B) | 38.95º | 0.97% | 0.46% | - |
| XYZ | 10.01 | 9.1 | 1.31 | - |
| YUV | 80.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 3 | 0 | 0.34 | 0.97 | 0.54 | 38.95 | 0.95 | 0.24 |
| Hex | 75 | 4D | 3 | 0 | 22 | 61 | 36 | 27 | 5F | 18 |
| Octal | 165 | 115 | 3 | 0 | 42 | 141 | 66 | 47 | 137 | 30 |
| Binary | 1110101 | 1001101 | 11 | 0 | 100010 | 1100001 | 110110 | 100111 | 1011111 | 11000 |
Color Harmonies of #754D03
Complementary color
Monochromatic Colors of #754D03
Black with #754D03
Text Example
Text Example
White with #754D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D03; }
p { color: rgb(117,77,3); }
H1.HeaderClassName
{
color: #754D03;
}
.AnyTagClassName
{
color: #754D03;
}
</style>
background-color css
<style>
a { background-color: #754D03; }
a { background-color: rgb(117,77,3); }
div.DivClassName
{
background-color: #754D03;
}
.BgClassName
{
background-color: #754D03;
}
</style>
border-color css
<style>
span { border-color: #754D03; }
span { border-color: rgb(117,77,3); }
td.TdClassName
{
border-color: #754D03;
}
.TagClassName
{
border-color: #754D03;
}
</style>