Shades of Raw Umber #754C1C
Tints of Raw Umber #754C1C
RGB
CMYK
RGB Variations
Color information
#754C1C (or 0x754C1C) is known color: Raw Umber. HEX triplet: 75, 4C and 1C. RGB value is (117,76,28). Sum of RGB (Red+Green+Blue) = 117+76+28=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #754C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C1C is #8AB3E3. Grayscale: #535353. Windows color (decimal): -9090020 or 1854581. OLE color: 1854581.
HSL color Cylindrical-coordinate representation of color #754C1C: hue angle of 32.36º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #754C1C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 28 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.54 |
| HSL | 32.36º | 0.61% | 0.28% | - |
| HSV(B) | 32.36º | 0.76% | 0.46% | - |
| XYZ | 10.13 | 9.03 | 2.31 | - |
| YUV | 82.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 28 | 0 | 0.35 | 0.76 | 0.54 | 32.36 | 0.61 | 0.28 |
| Hex | 75 | 4C | 1C | 0 | 23 | 4C | 36 | 20 | 3D | 1C |
| Octal | 165 | 114 | 34 | 0 | 43 | 114 | 66 | 40 | 75 | 34 |
| Binary | 1110101 | 1001100 | 11100 | 0 | 100011 | 1001100 | 110110 | 100000 | 111101 | 11100 |
Color Harmonies of #754C1C
Complementary color
Monochromatic Colors of #754C1C
Black with #754C1C
Text Example
Text Example
White with #754C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C1C; }
p { color: rgb(117,76,28); }
H1.HeaderClassName
{
color: #754C1C;
}
.AnyTagClassName
{
color: #754C1C;
}
</style>
background-color css
<style>
a { background-color: #754C1C; }
a { background-color: rgb(117,76,28); }
div.DivClassName
{
background-color: #754C1C;
}
.BgClassName
{
background-color: #754C1C;
}
</style>
border-color css
<style>
span { border-color: #754C1C; }
span { border-color: rgb(117,76,28); }
td.TdClassName
{
border-color: #754C1C;
}
.TagClassName
{
border-color: #754C1C;
}
</style>