Shades of Raw Umber #75531D
Tints of Raw Umber #75531D
RGB
CMYK
RGB Variations
Color information
#75531D (or 0x75531D) is known color: Raw Umber. HEX triplet: 75, 53 and 1D. RGB value is (117,83,29). Sum of RGB (Red+Green+Blue) = 117+83+29=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75531D is #8AACE2. Grayscale: #575757. Windows color (decimal): -9088227 or 1921909. OLE color: 1921909.
HSL color Cylindrical-coordinate representation of color #75531D: hue angle of 36.82º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75531D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 29 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.54 |
| HSL | 36.82º | 0.6% | 0.29% | - |
| HSV(B) | 36.82º | 0.75% | 0.46% | - |
| XYZ | 10.65 | 10.06 | 2.54 | - |
| YUV | 87.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 29 | 0 | 0.29 | 0.75 | 0.54 | 36.82 | 0.6 | 0.29 |
| Hex | 75 | 53 | 1D | 0 | 1D | 4B | 36 | 25 | 3C | 1D |
| Octal | 165 | 123 | 35 | 0 | 35 | 113 | 66 | 45 | 74 | 35 |
| Binary | 1110101 | 1010011 | 11101 | 0 | 11101 | 1001011 | 110110 | 100101 | 111100 | 11101 |
Color Harmonies of #75531D
Complementary color
Monochromatic Colors of #75531D
Black with #75531D
Text Example
Text Example
White with #75531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75531D; }
p { color: rgb(117,83,29); }
H1.HeaderClassName
{
color: #75531D;
}
.AnyTagClassName
{
color: #75531D;
}
</style>
background-color css
<style>
a { background-color: #75531D; }
a { background-color: rgb(117,83,29); }
div.DivClassName
{
background-color: #75531D;
}
.BgClassName
{
background-color: #75531D;
}
</style>
border-color css
<style>
span { border-color: #75531D; }
span { border-color: rgb(117,83,29); }
td.TdClassName
{
border-color: #75531D;
}
.TagClassName
{
border-color: #75531D;
}
</style>