Shades of Raw Umber #74500D
Tints of Raw Umber #74500D
RGB
CMYK
RGB Variations
Color information
#74500D (or 0x74500D) is known color: Raw Umber. HEX triplet: 74, 50 and 0D. RGB value is (116,80,13). Sum of RGB (Red+Green+Blue) = 116+80+13=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74500D is #8BAFF2. Grayscale: #535353. Windows color (decimal): -9154547 or 872564. OLE color: 872564.
HSL color Cylindrical-coordinate representation of color #74500D: hue angle of 39.03º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74500D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 13 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.55 |
| HSL | 39.03º | 0.8% | 0.25% | - |
| HSV(B) | 39.03º | 0.89% | 0.45% | - |
| XYZ | 10.14 | 9.48 | 1.68 | - |
| YUV | 83.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 13 | 0 | 0.31 | 0.89 | 0.55 | 39.03 | 0.8 | 0.25 |
| Hex | 74 | 50 | D | 0 | 1F | 59 | 37 | 27 | 50 | 19 |
| Octal | 164 | 120 | 15 | 0 | 37 | 131 | 67 | 47 | 120 | 31 |
| Binary | 1110100 | 1010000 | 1101 | 0 | 11111 | 1011001 | 110111 | 100111 | 1010000 | 11001 |
Color Harmonies of #74500D
Complementary color
Monochromatic Colors of #74500D
Black with #74500D
Text Example
Text Example
White with #74500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74500D; }
p { color: rgb(116,80,13); }
H1.HeaderClassName
{
color: #74500D;
}
.AnyTagClassName
{
color: #74500D;
}
</style>
background-color css
<style>
a { background-color: #74500D; }
a { background-color: rgb(116,80,13); }
div.DivClassName
{
background-color: #74500D;
}
.BgClassName
{
background-color: #74500D;
}
</style>
border-color css
<style>
span { border-color: #74500D; }
span { border-color: rgb(116,80,13); }
td.TdClassName
{
border-color: #74500D;
}
.TagClassName
{
border-color: #74500D;
}
</style>