Shades of Raw Umber #754B01
Tints of Raw Umber #754B01
RGB
CMYK
RGB Variations
Color information
#754B01 (or 0x754B01) is known color: Raw Umber. HEX triplet: 75, 4B and 01. RGB value is (117,75,1). Sum of RGB (Red+Green+Blue) = 117+75+1=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B01 is #8AB4FE. Grayscale: #4F4F4F. Windows color (decimal): -9090303 or 84853. OLE color: 84853.
HSL color Cylindrical-coordinate representation of color #754B01: hue angle of 38.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #754B01 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.54 |
| HSL | 38.28º | 0.98% | 0.23% | - |
| HSV(B) | 38.28º | 0.99% | 0.46% | - |
| XYZ | 9.86 | 8.82 | 1.21 | - |
| YUV | 79.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 1 | 0 | 0.36 | 0.99 | 0.54 | 38.28 | 0.98 | 0.23 |
| Hex | 75 | 4B | 1 | 0 | 24 | 63 | 36 | 26 | 62 | 17 |
| Octal | 165 | 113 | 1 | 0 | 44 | 143 | 66 | 46 | 142 | 27 |
| Binary | 1110101 | 1001011 | 1 | 0 | 100100 | 1100011 | 110110 | 100110 | 1100010 | 10111 |
Color Harmonies of #754B01
Complementary color
Monochromatic Colors of #754B01
Black with #754B01
Text Example
Text Example
White with #754B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B01; }
p { color: rgb(117,75,1); }
H1.HeaderClassName
{
color: #754B01;
}
.AnyTagClassName
{
color: #754B01;
}
</style>
background-color css
<style>
a { background-color: #754B01; }
a { background-color: rgb(117,75,1); }
div.DivClassName
{
background-color: #754B01;
}
.BgClassName
{
background-color: #754B01;
}
</style>
border-color css
<style>
span { border-color: #754B01; }
span { border-color: rgb(117,75,1); }
td.TdClassName
{
border-color: #754B01;
}
.TagClassName
{
border-color: #754B01;
}
</style>