Shades of Raw Umber #745C0C
Tints of Raw Umber #745C0C
RGB
CMYK
RGB Variations
Color information
#745C0C (or 0x745C0C) is known color: Raw Umber. HEX triplet: 74, 5C and 0C. RGB value is (116,92,12). Sum of RGB (Red+Green+Blue) = 116+92+12=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #745C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C0C is #8BA3F3. Grayscale: #5A5A5A. Windows color (decimal): -9151476 or 810100. OLE color: 810100.
HSL color Cylindrical-coordinate representation of color #745C0C: hue angle of 46.15º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #745C0C is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 12 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.55 |
| HSL | 46.15º | 0.81% | 0.25% | - |
| HSV(B) | 46.15º | 0.9% | 0.45% | - |
| XYZ | 11.1 | 11.39 | 1.96 | - |
| YUV | 90.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 12 | 0 | 0.21 | 0.90 | 0.55 | 46.15 | 0.81 | 0.25 |
| Hex | 74 | 5C | C | 0 | 15 | 5A | 37 | 2E | 51 | 19 |
| Octal | 164 | 134 | 14 | 0 | 25 | 132 | 67 | 56 | 121 | 31 |
| Binary | 1110100 | 1011100 | 1100 | 0 | 10101 | 1011010 | 110111 | 101110 | 1010001 | 11001 |
Color Harmonies of #745C0C
Complementary color
Monochromatic Colors of #745C0C
Black with #745C0C
Text Example
Text Example
White with #745C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C0C; }
p { color: rgb(116,92,12); }
H1.HeaderClassName
{
color: #745C0C;
}
.AnyTagClassName
{
color: #745C0C;
}
</style>
background-color css
<style>
a { background-color: #745C0C; }
a { background-color: rgb(116,92,12); }
div.DivClassName
{
background-color: #745C0C;
}
.BgClassName
{
background-color: #745C0C;
}
</style>
border-color css
<style>
span { border-color: #745C0C; }
span { border-color: rgb(116,92,12); }
td.TdClassName
{
border-color: #745C0C;
}
.TagClassName
{
border-color: #745C0C;
}
</style>