Shades of Raw Umber #743D02
Tints of Raw Umber #743D02
RGB
CMYK
RGB Variations
Color information
#743D02 (or 0x743D02) is known color: Raw Umber. HEX triplet: 74, 3D and 02. RGB value is (116,61,2). Sum of RGB (Red+Green+Blue) = 116+61+2=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #743D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D02 is #8BC2FD. Grayscale: #474747. Windows color (decimal): -9159422 or 146804. OLE color: 146804.
HSL color Cylindrical-coordinate representation of color #743D02: hue angle of 31.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #743D02 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 2 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.55 |
| HSL | 31.05º | 0.97% | 0.23% | - |
| HSV(B) | 31.05º | 0.98% | 0.45% | - |
| XYZ | 8.88 | 7.05 | 0.95 | - |
| YUV | 70.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 2 | 0 | 0.47 | 0.98 | 0.55 | 31.05 | 0.97 | 0.23 |
| Hex | 74 | 3D | 2 | 0 | 2F | 62 | 37 | 1F | 61 | 17 |
| Octal | 164 | 75 | 2 | 0 | 57 | 142 | 67 | 37 | 141 | 27 |
| Binary | 1110100 | 111101 | 10 | 0 | 101111 | 1100010 | 110111 | 11111 | 1100001 | 10111 |
Color Harmonies of #743D02
Complementary color
Monochromatic Colors of #743D02
Black with #743D02
Text Example
Text Example
White with #743D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D02; }
p { color: rgb(116,61,2); }
H1.HeaderClassName
{
color: #743D02;
}
.AnyTagClassName
{
color: #743D02;
}
</style>
background-color css
<style>
a { background-color: #743D02; }
a { background-color: rgb(116,61,2); }
div.DivClassName
{
background-color: #743D02;
}
.BgClassName
{
background-color: #743D02;
}
</style>
border-color css
<style>
span { border-color: #743D02; }
span { border-color: rgb(116,61,2); }
td.TdClassName
{
border-color: #743D02;
}
.TagClassName
{
border-color: #743D02;
}
</style>