Shades of Raw Umber #754301
Tints of Raw Umber #754301
RGB
CMYK
RGB Variations
Color information
#754301 (or 0x754301) is known color: Raw Umber. HEX triplet: 75, 43 and 01. RGB value is (117,67,1). Sum of RGB (Red+Green+Blue) = 117+67+1=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #754301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754301 is #8ABCFE. Grayscale: #4A4A4A. Windows color (decimal): -9092351 or 82805. OLE color: 82805.
HSL color Cylindrical-coordinate representation of color #754301: hue angle of 34.14º 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 #754301 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.54 |
| HSL | 34.14º | 0.98% | 0.23% | - |
| HSV(B) | 34.14º | 0.99% | 0.46% | - |
| XYZ | 9.35 | 7.8 | 1.04 | - |
| YUV | 74.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 1 | 0 | 0.43 | 0.99 | 0.54 | 34.14 | 0.98 | 0.23 |
| Hex | 75 | 43 | 1 | 0 | 2B | 63 | 36 | 22 | 62 | 17 |
| Octal | 165 | 103 | 1 | 0 | 53 | 143 | 66 | 42 | 142 | 27 |
| Binary | 1110101 | 1000011 | 1 | 0 | 101011 | 1100011 | 110110 | 100010 | 1100010 | 10111 |
Color Harmonies of #754301
Complementary color
Monochromatic Colors of #754301
Black with #754301
Text Example
Text Example
White with #754301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754301; }
p { color: rgb(117,67,1); }
H1.HeaderClassName
{
color: #754301;
}
.AnyTagClassName
{
color: #754301;
}
</style>
background-color css
<style>
a { background-color: #754301; }
a { background-color: rgb(117,67,1); }
div.DivClassName
{
background-color: #754301;
}
.BgClassName
{
background-color: #754301;
}
</style>
border-color css
<style>
span { border-color: #754301; }
span { border-color: rgb(117,67,1); }
td.TdClassName
{
border-color: #754301;
}
.TagClassName
{
border-color: #754301;
}
</style>