Shades of Raw Umber #74430B
Tints of Raw Umber #74430B
RGB
CMYK
RGB Variations
Color information
#74430B (or 0x74430B) is known color: Raw Umber. HEX triplet: 74, 43 and 0B. RGB value is (116,67,11). Sum of RGB (Red+Green+Blue) = 116+67+11=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74430B is #8BBCF4. Grayscale: #4B4B4B. Windows color (decimal): -9157877 or 738164. OLE color: 738164.
HSL color Cylindrical-coordinate representation of color #74430B: hue angle of 32º 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 #74430B is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 67 | 11 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.55 |
| HSL | 32º | 0.83% | 0.25% | - |
| HSV(B) | 32º | 0.91% | 0.45% | - |
| XYZ | 9.27 | 7.75 | 1.32 | - |
| YUV | 75.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 11 | 0 | 0.42 | 0.91 | 0.55 | 32 | 0.83 | 0.25 |
| Hex | 74 | 43 | B | 0 | 2A | 5B | 37 | 20 | 53 | 19 |
| Octal | 164 | 103 | 13 | 0 | 52 | 133 | 67 | 40 | 123 | 31 |
| Binary | 1110100 | 1000011 | 1011 | 0 | 101010 | 1011011 | 110111 | 100000 | 1010011 | 11001 |
Color Harmonies of #74430B
Complementary color
Monochromatic Colors of #74430B
Black with #74430B
Text Example
Text Example
White with #74430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74430B; }
p { color: rgb(116,67,11); }
H1.HeaderClassName
{
color: #74430B;
}
.AnyTagClassName
{
color: #74430B;
}
</style>
background-color css
<style>
a { background-color: #74430B; }
a { background-color: rgb(116,67,11); }
div.DivClassName
{
background-color: #74430B;
}
.BgClassName
{
background-color: #74430B;
}
</style>
border-color css
<style>
span { border-color: #74430B; }
span { border-color: rgb(116,67,11); }
td.TdClassName
{
border-color: #74430B;
}
.TagClassName
{
border-color: #74430B;
}
</style>