Shades of Raw Umber #754208
Tints of Raw Umber #754208
RGB
CMYK
RGB Variations
Color information
#754208 (or 0x754208) is known color: Raw Umber. HEX triplet: 75, 42 and 08. RGB value is (117,66,8). Sum of RGB (Red+Green+Blue) = 117+66+8=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #754208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754208 is #8ABDF7. Grayscale: #4A4A4A. Windows color (decimal): -9092600 or 541301. OLE color: 541301.
HSL color Cylindrical-coordinate representation of color #754208: hue angle of 31.93º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #754208 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 8 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.54 |
| HSL | 31.93º | 0.87% | 0.25% | - |
| HSV(B) | 31.93º | 0.93% | 0.46% | - |
| XYZ | 9.33 | 7.7 | 1.22 | - |
| YUV | 74.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 8 | 0 | 0.44 | 0.93 | 0.54 | 31.93 | 0.87 | 0.25 |
| Hex | 75 | 42 | 8 | 0 | 2C | 5D | 36 | 20 | 57 | 19 |
| Octal | 165 | 102 | 10 | 0 | 54 | 135 | 66 | 40 | 127 | 31 |
| Binary | 1110101 | 1000010 | 1000 | 0 | 101100 | 1011101 | 110110 | 100000 | 1010111 | 11001 |
Color Harmonies of #754208
Complementary color
Monochromatic Colors of #754208
Black with #754208
Text Example
Text Example
White with #754208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754208; }
p { color: rgb(117,66,8); }
H1.HeaderClassName
{
color: #754208;
}
.AnyTagClassName
{
color: #754208;
}
</style>
background-color css
<style>
a { background-color: #754208; }
a { background-color: rgb(117,66,8); }
div.DivClassName
{
background-color: #754208;
}
.BgClassName
{
background-color: #754208;
}
</style>
border-color css
<style>
span { border-color: #754208; }
span { border-color: rgb(117,66,8); }
td.TdClassName
{
border-color: #754208;
}
.TagClassName
{
border-color: #754208;
}
</style>