Shades of Raw Umber #745D08
Tints of Raw Umber #745D08
RGB
CMYK
RGB Variations
Color information
#745D08 (or 0x745D08) is known color: Raw Umber. HEX triplet: 74, 5D and 08. RGB value is (116,93,8). Sum of RGB (Red+Green+Blue) = 116+93+8=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D08 is #8BA2F7. Grayscale: #5A5A5A. Windows color (decimal): -9151224 or 548212. OLE color: 548212.
HSL color Cylindrical-coordinate representation of color #745D08: hue angle of 47.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #745D08 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 8 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.55 |
| HSL | 47.22º | 0.87% | 0.24% | - |
| HSV(B) | 47.22º | 0.93% | 0.45% | - |
| XYZ | 11.16 | 11.56 | 1.87 | - |
| YUV | 90.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 8 | 0 | 0.20 | 0.93 | 0.55 | 47.22 | 0.87 | 0.24 |
| Hex | 74 | 5D | 8 | 0 | 14 | 5D | 37 | 2F | 57 | 18 |
| Octal | 164 | 135 | 10 | 0 | 24 | 135 | 67 | 57 | 127 | 30 |
| Binary | 1110100 | 1011101 | 1000 | 0 | 10100 | 1011101 | 110111 | 101111 | 1010111 | 11000 |
Color Harmonies of #745D08
Complementary color
Monochromatic Colors of #745D08
Black with #745D08
Text Example
Text Example
White with #745D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D08; }
p { color: rgb(116,93,8); }
H1.HeaderClassName
{
color: #745D08;
}
.AnyTagClassName
{
color: #745D08;
}
</style>
background-color css
<style>
a { background-color: #745D08; }
a { background-color: rgb(116,93,8); }
div.DivClassName
{
background-color: #745D08;
}
.BgClassName
{
background-color: #745D08;
}
</style>
border-color css
<style>
span { border-color: #745D08; }
span { border-color: rgb(116,93,8); }
td.TdClassName
{
border-color: #745D08;
}
.TagClassName
{
border-color: #745D08;
}
</style>