Shades of Raw Umber #745302
Tints of Raw Umber #745302
RGB
CMYK
RGB Variations
Color information
#745302 (or 0x745302) is known color: Raw Umber. HEX triplet: 74, 53 and 02. RGB value is (116,83,2). Sum of RGB (Red+Green+Blue) = 116+83+2=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #745302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745302 is #8BACFD. Grayscale: #535353. Windows color (decimal): -9153790 or 152436. OLE color: 152436.
HSL color Cylindrical-coordinate representation of color #745302: hue angle of 42.63º 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 #745302 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 2 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.55 |
| HSL | 42.63º | 0.97% | 0.23% | - |
| HSV(B) | 42.63º | 0.98% | 0.45% | - |
| XYZ | 10.31 | 9.9 | 1.43 | - |
| YUV | 83.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 2 | 0 | 0.28 | 0.98 | 0.55 | 42.63 | 0.97 | 0.23 |
| Hex | 74 | 53 | 2 | 0 | 1C | 62 | 37 | 2B | 61 | 17 |
| Octal | 164 | 123 | 2 | 0 | 34 | 142 | 67 | 53 | 141 | 27 |
| Binary | 1110100 | 1010011 | 10 | 0 | 11100 | 1100010 | 110111 | 101011 | 1100001 | 10111 |
Color Harmonies of #745302
Complementary color
Monochromatic Colors of #745302
Black with #745302
Text Example
Text Example
White with #745302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745302; }
p { color: rgb(116,83,2); }
H1.HeaderClassName
{
color: #745302;
}
.AnyTagClassName
{
color: #745302;
}
</style>
background-color css
<style>
a { background-color: #745302; }
a { background-color: rgb(116,83,2); }
div.DivClassName
{
background-color: #745302;
}
.BgClassName
{
background-color: #745302;
}
</style>
border-color css
<style>
span { border-color: #745302; }
span { border-color: rgb(116,83,2); }
td.TdClassName
{
border-color: #745302;
}
.TagClassName
{
border-color: #745302;
}
</style>