Shades of Raw Umber #754A03
Tints of Raw Umber #754A03
RGB
CMYK
RGB Variations
Color information
#754A03 (or 0x754A03) is known color: Raw Umber. HEX triplet: 75, 4A and 03. RGB value is (117,74,3). Sum of RGB (Red+Green+Blue) = 117+74+3=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #754A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A03 is #8AB5FC. Grayscale: #4F4F4F. Windows color (decimal): -9090557 or 215669. OLE color: 215669.
HSL color Cylindrical-coordinate representation of color #754A03: hue angle of 37.37º 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 #754A03 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 3 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.54 |
| HSL | 37.37º | 0.95% | 0.24% | - |
| HSV(B) | 37.37º | 0.97% | 0.46% | - |
| XYZ | 9.8 | 8.69 | 1.25 | - |
| YUV | 78.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 3 | 0 | 0.37 | 0.97 | 0.54 | 37.37 | 0.95 | 0.24 |
| Hex | 75 | 4A | 3 | 0 | 25 | 61 | 36 | 25 | 5F | 18 |
| Octal | 165 | 112 | 3 | 0 | 45 | 141 | 66 | 45 | 137 | 30 |
| Binary | 1110101 | 1001010 | 11 | 0 | 100101 | 1100001 | 110110 | 100101 | 1011111 | 11000 |
Color Harmonies of #754A03
Complementary color
Monochromatic Colors of #754A03
Black with #754A03
Text Example
Text Example
White with #754A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A03; }
p { color: rgb(117,74,3); }
H1.HeaderClassName
{
color: #754A03;
}
.AnyTagClassName
{
color: #754A03;
}
</style>
background-color css
<style>
a { background-color: #754A03; }
a { background-color: rgb(117,74,3); }
div.DivClassName
{
background-color: #754A03;
}
.BgClassName
{
background-color: #754A03;
}
</style>
border-color css
<style>
span { border-color: #754A03; }
span { border-color: rgb(117,74,3); }
td.TdClassName
{
border-color: #754A03;
}
.TagClassName
{
border-color: #754A03;
}
</style>