Shades of Raw Umber #74531C
Tints of Raw Umber #74531C
RGB
CMYK
RGB Variations
Color information
#74531C (or 0x74531C) is known color: Raw Umber. HEX triplet: 74, 53 and 1C. RGB value is (116,83,28). Sum of RGB (Red+Green+Blue) = 116+83+28=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74531C is #8BACE3. Grayscale: #565656. Windows color (decimal): -9153764 or 1856372. OLE color: 1856372.
HSL color Cylindrical-coordinate representation of color #74531C: hue angle of 37.5º 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 #74531C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 28 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.55 |
| HSL | 37.5º | 0.61% | 0.28% | - |
| HSV(B) | 37.5º | 0.76% | 0.45% | - |
| XYZ | 10.51 | 9.98 | 2.47 | - |
| YUV | 86.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 28 | 0 | 0.28 | 0.76 | 0.55 | 37.5 | 0.61 | 0.28 |
| Hex | 74 | 53 | 1C | 0 | 1C | 4C | 37 | 26 | 3D | 1C |
| Octal | 164 | 123 | 34 | 0 | 34 | 114 | 67 | 46 | 75 | 34 |
| Binary | 1110100 | 1010011 | 11100 | 0 | 11100 | 1001100 | 110111 | 100110 | 111101 | 11100 |
Color Harmonies of #74531C
Complementary color
Monochromatic Colors of #74531C
Black with #74531C
Text Example
Text Example
White with #74531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74531C; }
p { color: rgb(116,83,28); }
H1.HeaderClassName
{
color: #74531C;
}
.AnyTagClassName
{
color: #74531C;
}
</style>
background-color css
<style>
a { background-color: #74531C; }
a { background-color: rgb(116,83,28); }
div.DivClassName
{
background-color: #74531C;
}
.BgClassName
{
background-color: #74531C;
}
</style>
border-color css
<style>
span { border-color: #74531C; }
span { border-color: rgb(116,83,28); }
td.TdClassName
{
border-color: #74531C;
}
.TagClassName
{
border-color: #74531C;
}
</style>