Shades of Raw Umber #74520B
Tints of Raw Umber #74520B
RGB
CMYK
RGB Variations
Color information
#74520B (or 0x74520B) is known color: Raw Umber. HEX triplet: 74, 52 and 0B. RGB value is (116,82,11). Sum of RGB (Red+Green+Blue) = 116+82+11=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74520B is #8BADF4. Grayscale: #545454. Windows color (decimal): -9154037 or 742004. OLE color: 742004.
HSL color Cylindrical-coordinate representation of color #74520B: hue angle of 40.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74520B is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 11 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.55 |
| HSL | 40.57º | 0.83% | 0.25% | - |
| HSV(B) | 40.57º | 0.91% | 0.45% | - |
| XYZ | 10.28 | 9.77 | 1.66 | - |
| YUV | 84.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 11 | 0 | 0.29 | 0.91 | 0.55 | 40.57 | 0.83 | 0.25 |
| Hex | 74 | 52 | B | 0 | 1D | 5B | 37 | 29 | 53 | 19 |
| Octal | 164 | 122 | 13 | 0 | 35 | 133 | 67 | 51 | 123 | 31 |
| Binary | 1110100 | 1010010 | 1011 | 0 | 11101 | 1011011 | 110111 | 101001 | 1010011 | 11001 |
Color Harmonies of #74520B
Complementary color
Monochromatic Colors of #74520B
Black with #74520B
Text Example
Text Example
White with #74520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74520B; }
p { color: rgb(116,82,11); }
H1.HeaderClassName
{
color: #74520B;
}
.AnyTagClassName
{
color: #74520B;
}
</style>
background-color css
<style>
a { background-color: #74520B; }
a { background-color: rgb(116,82,11); }
div.DivClassName
{
background-color: #74520B;
}
.BgClassName
{
background-color: #74520B;
}
</style>
border-color css
<style>
span { border-color: #74520B; }
span { border-color: rgb(116,82,11); }
td.TdClassName
{
border-color: #74520B;
}
.TagClassName
{
border-color: #74520B;
}
</style>