Shades of Raw Umber #754F1A
Tints of Raw Umber #754F1A
RGB
CMYK
RGB Variations
Color information
#754F1A (or 0x754F1A) is known color: Raw Umber. HEX triplet: 75, 4F and 1A. RGB value is (117,79,26). Sum of RGB (Red+Green+Blue) = 117+79+26=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #754F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F1A is #8AB0E5. Grayscale: #545454. Windows color (decimal): -9089254 or 1724277. OLE color: 1724277.
HSL color Cylindrical-coordinate representation of color #754F1A: hue angle of 34.95º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #754F1A is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 26 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.54 |
| HSL | 34.95º | 0.64% | 0.28% | - |
| HSV(B) | 34.95º | 0.78% | 0.46% | - |
| XYZ | 10.32 | 9.45 | 2.26 | - |
| YUV | 84.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 26 | 0 | 0.32 | 0.78 | 0.54 | 34.95 | 0.64 | 0.28 |
| Hex | 75 | 4F | 1A | 0 | 20 | 4E | 36 | 23 | 40 | 1C |
| Octal | 165 | 117 | 32 | 0 | 40 | 116 | 66 | 43 | 100 | 34 |
| Binary | 1110101 | 1001111 | 11010 | 0 | 100000 | 1001110 | 110110 | 100011 | 1000000 | 11100 |
Color Harmonies of #754F1A
Complementary color
Monochromatic Colors of #754F1A
Black with #754F1A
Text Example
Text Example
White with #754F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F1A; }
p { color: rgb(117,79,26); }
H1.HeaderClassName
{
color: #754F1A;
}
.AnyTagClassName
{
color: #754F1A;
}
</style>
background-color css
<style>
a { background-color: #754F1A; }
a { background-color: rgb(117,79,26); }
div.DivClassName
{
background-color: #754F1A;
}
.BgClassName
{
background-color: #754F1A;
}
</style>
border-color css
<style>
span { border-color: #754F1A; }
span { border-color: rgb(117,79,26); }
td.TdClassName
{
border-color: #754F1A;
}
.TagClassName
{
border-color: #754F1A;
}
</style>