Shades of Raw Umber #75430F
Tints of Raw Umber #75430F
RGB
CMYK
RGB Variations
Color information
#75430F (or 0x75430F) is known color: Raw Umber. HEX triplet: 75, 43 and 0F. RGB value is (117,67,15). Sum of RGB (Red+Green+Blue) = 117+67+15=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75430F is #8ABCF0. Grayscale: #4C4C4C. Windows color (decimal): -9092337 or 1000309. OLE color: 1000309.
HSL color Cylindrical-coordinate representation of color #75430F: hue angle of 30.59º 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 #75430F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 15 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.54 |
| HSL | 30.59º | 0.77% | 0.26% | - |
| HSV(B) | 30.59º | 0.87% | 0.46% | - |
| XYZ | 9.43 | 7.83 | 1.47 | - |
| YUV | 76.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 15 | 0 | 0.43 | 0.87 | 0.54 | 30.59 | 0.77 | 0.26 |
| Hex | 75 | 43 | F | 0 | 2B | 57 | 36 | 1F | 4D | 1A |
| Octal | 165 | 103 | 17 | 0 | 53 | 127 | 66 | 37 | 115 | 32 |
| Binary | 1110101 | 1000011 | 1111 | 0 | 101011 | 1010111 | 110110 | 11111 | 1001101 | 11010 |
Color Harmonies of #75430F
Complementary color
Monochromatic Colors of #75430F
Black with #75430F
Text Example
Text Example
White with #75430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75430F; }
p { color: rgb(117,67,15); }
H1.HeaderClassName
{
color: #75430F;
}
.AnyTagClassName
{
color: #75430F;
}
</style>
background-color css
<style>
a { background-color: #75430F; }
a { background-color: rgb(117,67,15); }
div.DivClassName
{
background-color: #75430F;
}
.BgClassName
{
background-color: #75430F;
}
</style>
border-color css
<style>
span { border-color: #75430F; }
span { border-color: rgb(117,67,15); }
td.TdClassName
{
border-color: #75430F;
}
.TagClassName
{
border-color: #75430F;
}
</style>