Shades of Raw Umber #75440B
Tints of Raw Umber #75440B
RGB
CMYK
RGB Variations
Color information
#75440B (or 0x75440B) is known color: Raw Umber. HEX triplet: 75, 44 and 0B. RGB value is (117,68,11). Sum of RGB (Red+Green+Blue) = 117+68+11=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75440B is #8ABBF4. Grayscale: #4C4C4C. Windows color (decimal): -9092085 or 738421. OLE color: 738421.
HSL color Cylindrical-coordinate representation of color #75440B: hue angle of 32.26º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75440B is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 11 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.54 |
| HSL | 32.26º | 0.83% | 0.25% | - |
| HSV(B) | 32.26º | 0.91% | 0.46% | - |
| XYZ | 9.46 | 7.94 | 1.35 | - |
| YUV | 76.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 11 | 0 | 0.42 | 0.91 | 0.54 | 32.26 | 0.83 | 0.25 |
| Hex | 75 | 44 | B | 0 | 2A | 5B | 36 | 20 | 53 | 19 |
| Octal | 165 | 104 | 13 | 0 | 52 | 133 | 66 | 40 | 123 | 31 |
| Binary | 1110101 | 1000100 | 1011 | 0 | 101010 | 1011011 | 110110 | 100000 | 1010011 | 11001 |
Color Harmonies of #75440B
Complementary color
Monochromatic Colors of #75440B
Black with #75440B
Text Example
Text Example
White with #75440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75440B; }
p { color: rgb(117,68,11); }
H1.HeaderClassName
{
color: #75440B;
}
.AnyTagClassName
{
color: #75440B;
}
</style>
background-color css
<style>
a { background-color: #75440B; }
a { background-color: rgb(117,68,11); }
div.DivClassName
{
background-color: #75440B;
}
.BgClassName
{
background-color: #75440B;
}
</style>
border-color css
<style>
span { border-color: #75440B; }
span { border-color: rgb(117,68,11); }
td.TdClassName
{
border-color: #75440B;
}
.TagClassName
{
border-color: #75440B;
}
</style>