Shades of Raw Umber #745303
Tints of Raw Umber #745303
RGB
CMYK
RGB Variations
Color information
#745303 (or 0x745303) is known color: Raw Umber. HEX triplet: 74, 53 and 03. RGB value is (116,83,3). Sum of RGB (Red+Green+Blue) = 116+83+3=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #745303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745303 is #8BACFC. Grayscale: #545454. Windows color (decimal): -9153789 or 217972. OLE color: 217972.
HSL color Cylindrical-coordinate representation of color #745303: hue angle of 42.48º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #745303 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 3 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.55 |
| HSL | 42.48º | 0.95% | 0.23% | - |
| HSV(B) | 42.48º | 0.97% | 0.45% | - |
| XYZ | 10.31 | 9.91 | 1.45 | - |
| YUV | 83.75 | 82.43 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 3 | 0 | 0.28 | 0.97 | 0.55 | 42.48 | 0.95 | 0.23 |
| Hex | 74 | 53 | 3 | 0 | 1C | 61 | 37 | 2A | 5F | 17 |
| Octal | 164 | 123 | 3 | 0 | 34 | 141 | 67 | 52 | 137 | 27 |
| Binary | 1110100 | 1010011 | 11 | 0 | 11100 | 1100001 | 110111 | 101010 | 1011111 | 10111 |
Color Harmonies of #745303
Complementary color
Monochromatic Colors of #745303
Black with #745303
Text Example
Text Example
White with #745303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745303; }
p { color: rgb(116,83,3); }
H1.HeaderClassName
{
color: #745303;
}
.AnyTagClassName
{
color: #745303;
}
</style>
background-color css
<style>
a { background-color: #745303; }
a { background-color: rgb(116,83,3); }
div.DivClassName
{
background-color: #745303;
}
.BgClassName
{
background-color: #745303;
}
</style>
border-color css
<style>
span { border-color: #745303; }
span { border-color: rgb(116,83,3); }
td.TdClassName
{
border-color: #745303;
}
.TagClassName
{
border-color: #745303;
}
</style>