Shades of Raw Umber #74551C
Tints of Raw Umber #74551C
RGB
CMYK
RGB Variations
Color information
#74551C (or 0x74551C) is known color: Raw Umber. HEX triplet: 74, 55 and 1C. RGB value is (116,85,28). Sum of RGB (Red+Green+Blue) = 116+85+28=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74551C is #8BAAE3. Grayscale: #585858. Windows color (decimal): -9153252 or 1856884. OLE color: 1856884.
HSL color Cylindrical-coordinate representation of color #74551C: hue angle of 38.86º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74551C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 28 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.55 |
| HSL | 38.86º | 0.61% | 0.28% | - |
| HSV(B) | 38.86º | 0.76% | 0.45% | - |
| XYZ | 10.66 | 10.29 | 2.52 | - |
| YUV | 87.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 28 | 0 | 0.27 | 0.76 | 0.55 | 38.86 | 0.61 | 0.28 |
| Hex | 74 | 55 | 1C | 0 | 1B | 4C | 37 | 27 | 3D | 1C |
| Octal | 164 | 125 | 34 | 0 | 33 | 114 | 67 | 47 | 75 | 34 |
| Binary | 1110100 | 1010101 | 11100 | 0 | 11011 | 1001100 | 110111 | 100111 | 111101 | 11100 |
Color Harmonies of #74551C
Complementary color
Monochromatic Colors of #74551C
Black with #74551C
Text Example
Text Example
White with #74551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74551C; }
p { color: rgb(116,85,28); }
H1.HeaderClassName
{
color: #74551C;
}
.AnyTagClassName
{
color: #74551C;
}
</style>
background-color css
<style>
a { background-color: #74551C; }
a { background-color: rgb(116,85,28); }
div.DivClassName
{
background-color: #74551C;
}
.BgClassName
{
background-color: #74551C;
}
</style>
border-color css
<style>
span { border-color: #74551C; }
span { border-color: rgb(116,85,28); }
td.TdClassName
{
border-color: #74551C;
}
.TagClassName
{
border-color: #74551C;
}
</style>