Shades of Raw Umber #754303
Tints of Raw Umber #754303
RGB
CMYK
RGB Variations
Color information
#754303 (or 0x754303) is known color: Raw Umber. HEX triplet: 75, 43 and 03. RGB value is (117,67,3). Sum of RGB (Red+Green+Blue) = 117+67+3=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #754303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754303 is #8ABCFC. Grayscale: #4A4A4A. Windows color (decimal): -9092349 or 213877. OLE color: 213877.
HSL color Cylindrical-coordinate representation of color #754303: hue angle of 33.68º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #754303 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 3 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.54 |
| HSL | 33.68º | 0.95% | 0.24% | - |
| HSV(B) | 33.68º | 0.97% | 0.46% | - |
| XYZ | 9.36 | 7.8 | 1.1 | - |
| YUV | 74.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 3 | 0 | 0.43 | 0.97 | 0.54 | 33.68 | 0.95 | 0.24 |
| Hex | 75 | 43 | 3 | 0 | 2B | 61 | 36 | 22 | 5F | 18 |
| Octal | 165 | 103 | 3 | 0 | 53 | 141 | 66 | 42 | 137 | 30 |
| Binary | 1110101 | 1000011 | 11 | 0 | 101011 | 1100001 | 110110 | 100010 | 1011111 | 11000 |
Color Harmonies of #754303
Complementary color
Monochromatic Colors of #754303
Black with #754303
Text Example
Text Example
White with #754303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754303; }
p { color: rgb(117,67,3); }
H1.HeaderClassName
{
color: #754303;
}
.AnyTagClassName
{
color: #754303;
}
</style>
background-color css
<style>
a { background-color: #754303; }
a { background-color: rgb(117,67,3); }
div.DivClassName
{
background-color: #754303;
}
.BgClassName
{
background-color: #754303;
}
</style>
border-color css
<style>
span { border-color: #754303; }
span { border-color: rgb(117,67,3); }
td.TdClassName
{
border-color: #754303;
}
.TagClassName
{
border-color: #754303;
}
</style>