Shades of Raw Umber #74521C
Tints of Raw Umber #74521C
RGB
CMYK
RGB Variations
Color information
#74521C (or 0x74521C) is known color: Raw Umber. HEX triplet: 74, 52 and 1C. RGB value is (116,82,28). Sum of RGB (Red+Green+Blue) = 116+82+28=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74521C is #8BADE3. Grayscale: #565656. Windows color (decimal): -9154020 or 1856116. OLE color: 1856116.
HSL color Cylindrical-coordinate representation of color #74521C: hue angle of 36.82º 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 #74521C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 28 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.55 |
| HSL | 36.82º | 0.61% | 0.28% | - |
| HSV(B) | 36.82º | 0.76% | 0.45% | - |
| XYZ | 10.43 | 9.83 | 2.45 | - |
| YUV | 86.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 28 | 0 | 0.29 | 0.76 | 0.55 | 36.82 | 0.61 | 0.28 |
| Hex | 74 | 52 | 1C | 0 | 1D | 4C | 37 | 25 | 3D | 1C |
| Octal | 164 | 122 | 34 | 0 | 35 | 114 | 67 | 45 | 75 | 34 |
| Binary | 1110100 | 1010010 | 11100 | 0 | 11101 | 1001100 | 110111 | 100101 | 111101 | 11100 |
Color Harmonies of #74521C
Complementary color
Monochromatic Colors of #74521C
Black with #74521C
Text Example
Text Example
White with #74521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74521C; }
p { color: rgb(116,82,28); }
H1.HeaderClassName
{
color: #74521C;
}
.AnyTagClassName
{
color: #74521C;
}
</style>
background-color css
<style>
a { background-color: #74521C; }
a { background-color: rgb(116,82,28); }
div.DivClassName
{
background-color: #74521C;
}
.BgClassName
{
background-color: #74521C;
}
</style>
border-color css
<style>
span { border-color: #74521C; }
span { border-color: rgb(116,82,28); }
td.TdClassName
{
border-color: #74521C;
}
.TagClassName
{
border-color: #74521C;
}
</style>