Shades of Raw Umber #75450F
Tints of Raw Umber #75450F
RGB
CMYK
RGB Variations
Color information
#75450F (or 0x75450F) is known color: Raw Umber. HEX triplet: 75, 45 and 0F. RGB value is (117,69,15). Sum of RGB (Red+Green+Blue) = 117+69+15=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75450F is #8ABAF0. Grayscale: #4D4D4D. Windows color (decimal): -9091825 or 1000821. OLE color: 1000821.
HSL color Cylindrical-coordinate representation of color #75450F: hue angle of 31.76º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75450F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 15 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.54 |
| HSL | 31.76º | 0.77% | 0.26% | - |
| HSV(B) | 31.76º | 0.87% | 0.46% | - |
| XYZ | 9.55 | 8.07 | 1.51 | - |
| YUV | 77.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 15 | 0 | 0.41 | 0.87 | 0.54 | 31.76 | 0.77 | 0.26 |
| Hex | 75 | 45 | F | 0 | 29 | 57 | 36 | 20 | 4D | 1A |
| Octal | 165 | 105 | 17 | 0 | 51 | 127 | 66 | 40 | 115 | 32 |
| Binary | 1110101 | 1000101 | 1111 | 0 | 101001 | 1010111 | 110110 | 100000 | 1001101 | 11010 |
Color Harmonies of #75450F
Complementary color
Monochromatic Colors of #75450F
Black with #75450F
Text Example
Text Example
White with #75450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75450F; }
p { color: rgb(117,69,15); }
H1.HeaderClassName
{
color: #75450F;
}
.AnyTagClassName
{
color: #75450F;
}
</style>
background-color css
<style>
a { background-color: #75450F; }
a { background-color: rgb(117,69,15); }
div.DivClassName
{
background-color: #75450F;
}
.BgClassName
{
background-color: #75450F;
}
</style>
border-color css
<style>
span { border-color: #75450F; }
span { border-color: rgb(117,69,15); }
td.TdClassName
{
border-color: #75450F;
}
.TagClassName
{
border-color: #75450F;
}
</style>