Shades of Waiouru #4C4E35
Tints of Waiouru #4C4E35
RGB
CMYK
RGB Variations
Color information
#4C4E35 (or 0x4C4E35) is known color: Waiouru. HEX triplet: 4C, 4E and 35. RGB value is (76,78,53). Sum of RGB (Red+Green+Blue) = 76+78+53=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E35 is #B3B1CA. Grayscale: #4A4A4A. Windows color (decimal): -11776459 or 3493452. OLE color: 3493452.
HSL color Cylindrical-coordinate representation of color #4C4E35: hue angle of 64.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4E35 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 53 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.69 |
| HSL | 64.8º | 0.19% | 0.26% | - |
| HSV(B) | 64.8º | 0.32% | 0.31% | - |
| XYZ | 6.35 | 7.24 | 4.43 | - |
| YUV | 74.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 53 | 0.03 | 0 | 0.32 | 0.69 | 64.8 | 0.19 | 0.26 |
| Hex | 4C | 4E | 35 | 3 | 0 | 20 | 45 | 41 | 13 | 1A |
| Octal | 114 | 116 | 65 | 3 | 0 | 40 | 105 | 101 | 23 | 32 |
| Binary | 1001100 | 1001110 | 110101 | 11 | 0 | 100000 | 1000101 | 1000001 | 10011 | 11010 |
Color Harmonies of #4C4E35
Complementary color
Monochromatic Colors of #4C4E35
Black with #4C4E35
Text Example
Text Example
White with #4C4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E35; }
p { color: rgb(76,78,53); }
H1.HeaderClassName
{
color: #4C4E35;
}
.AnyTagClassName
{
color: #4C4E35;
}
</style>
background-color css
<style>
a { background-color: #4C4E35; }
a { background-color: rgb(76,78,53); }
div.DivClassName
{
background-color: #4C4E35;
}
.BgClassName
{
background-color: #4C4E35;
}
</style>
border-color css
<style>
span { border-color: #4C4E35; }
span { border-color: rgb(76,78,53); }
td.TdClassName
{
border-color: #4C4E35;
}
.TagClassName
{
border-color: #4C4E35;
}
</style>