Shades of Raw Umber #754B14
Tints of Raw Umber #754B14
RGB
CMYK
RGB Variations
Color information
#754B14 (or 0x754B14) is known color: Raw Umber. HEX triplet: 75, 4B and 14. RGB value is (117,75,20). Sum of RGB (Red+Green+Blue) = 117+75+20=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #754B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B14 is #8AB4EB. Grayscale: #515151. Windows color (decimal): -9090284 or 1330037. OLE color: 1330037.
HSL color Cylindrical-coordinate representation of color #754B14: hue angle of 34.02º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #754B14 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 20 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.54 |
| HSL | 34.02º | 0.71% | 0.27% | - |
| HSV(B) | 34.02º | 0.83% | 0.46% | - |
| XYZ | 9.98 | 8.86 | 1.85 | - |
| YUV | 81.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 20 | 0 | 0.36 | 0.83 | 0.54 | 34.02 | 0.71 | 0.27 |
| Hex | 75 | 4B | 14 | 0 | 24 | 53 | 36 | 22 | 47 | 1B |
| Octal | 165 | 113 | 24 | 0 | 44 | 123 | 66 | 42 | 107 | 33 |
| Binary | 1110101 | 1001011 | 10100 | 0 | 100100 | 1010011 | 110110 | 100010 | 1000111 | 11011 |
Color Harmonies of #754B14
Complementary color
Monochromatic Colors of #754B14
Black with #754B14
Text Example
Text Example
White with #754B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B14; }
p { color: rgb(117,75,20); }
H1.HeaderClassName
{
color: #754B14;
}
.AnyTagClassName
{
color: #754B14;
}
</style>
background-color css
<style>
a { background-color: #754B14; }
a { background-color: rgb(117,75,20); }
div.DivClassName
{
background-color: #754B14;
}
.BgClassName
{
background-color: #754B14;
}
</style>
border-color css
<style>
span { border-color: #754B14; }
span { border-color: rgb(117,75,20); }
td.TdClassName
{
border-color: #754B14;
}
.TagClassName
{
border-color: #754B14;
}
</style>