Shades of Raw Umber #74501C
Tints of Raw Umber #74501C
RGB
CMYK
RGB Variations
Color information
#74501C (or 0x74501C) is known color: Raw Umber. HEX triplet: 74, 50 and 1C. RGB value is (116,80,28). Sum of RGB (Red+Green+Blue) = 116+80+28=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74501C is #8BAFE3. Grayscale: #555555. Windows color (decimal): -9154532 or 1855604. OLE color: 1855604.
HSL color Cylindrical-coordinate representation of color #74501C: hue angle of 35.45º 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 #74501C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 28 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.55 |
| HSL | 35.45º | 0.61% | 0.28% | - |
| HSV(B) | 35.45º | 0.76% | 0.45% | - |
| XYZ | 10.28 | 9.53 | 2.4 | - |
| YUV | 84.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 28 | 0 | 0.31 | 0.76 | 0.55 | 35.45 | 0.61 | 0.28 |
| Hex | 74 | 50 | 1C | 0 | 1F | 4C | 37 | 23 | 3D | 1C |
| Octal | 164 | 120 | 34 | 0 | 37 | 114 | 67 | 43 | 75 | 34 |
| Binary | 1110100 | 1010000 | 11100 | 0 | 11111 | 1001100 | 110111 | 100011 | 111101 | 11100 |
Color Harmonies of #74501C
Complementary color
Monochromatic Colors of #74501C
Black with #74501C
Text Example
Text Example
White with #74501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74501C; }
p { color: rgb(116,80,28); }
H1.HeaderClassName
{
color: #74501C;
}
.AnyTagClassName
{
color: #74501C;
}
</style>
background-color css
<style>
a { background-color: #74501C; }
a { background-color: rgb(116,80,28); }
div.DivClassName
{
background-color: #74501C;
}
.BgClassName
{
background-color: #74501C;
}
</style>
border-color css
<style>
span { border-color: #74501C; }
span { border-color: rgb(116,80,28); }
td.TdClassName
{
border-color: #74501C;
}
.TagClassName
{
border-color: #74501C;
}
</style>