Shades of Waiouru #4C4C27
Tints of Waiouru #4C4C27
RGB
CMYK
RGB Variations
Color information
#4C4C27 (or 0x4C4C27) is known color: Waiouru. HEX triplet: 4C, 4C and 27. RGB value is (76,76,39). Sum of RGB (Red+Green+Blue) = 76+76+39=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 76 - color contains mainly: red, green. Hex color #4C4C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4C27 is #B3B3D8. Grayscale: #474747. Windows color (decimal): -11776985 or 2575436. OLE color: 2575436.
HSL color Cylindrical-coordinate representation of color #4C4C27: hue angle of 60º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C4C27 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 76 | 39 | - |
| CMYK | 0 | 0 | 0.49 | 0.70 |
| HSL | 60º | 0.32% | 0.23% | - |
| HSV(B) | 60º | 0.49% | 0.3% | - |
| XYZ | 5.93 | 6.85 | 2.93 | - |
| YUV | 71.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 76 | 39 | 0 | 0 | 0.49 | 0.70 | 60 | 0.32 | 0.23 |
| Hex | 4C | 4C | 27 | 0 | 0 | 31 | 46 | 3C | 20 | 17 |
| Octal | 114 | 114 | 47 | 0 | 0 | 61 | 106 | 74 | 40 | 27 |
| Binary | 1001100 | 1001100 | 100111 | 0 | 0 | 110001 | 1000110 | 111100 | 100000 | 10111 |
Color Harmonies of #4C4C27
Complementary color
Monochromatic Colors of #4C4C27
Black with #4C4C27
Text Example
Text Example
White with #4C4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4C27; }
p { color: rgb(76,76,39); }
H1.HeaderClassName
{
color: #4C4C27;
}
.AnyTagClassName
{
color: #4C4C27;
}
</style>
background-color css
<style>
a { background-color: #4C4C27; }
a { background-color: rgb(76,76,39); }
div.DivClassName
{
background-color: #4C4C27;
}
.BgClassName
{
background-color: #4C4C27;
}
</style>
border-color css
<style>
span { border-color: #4C4C27; }
span { border-color: rgb(76,76,39); }
td.TdClassName
{
border-color: #4C4C27;
}
.TagClassName
{
border-color: #4C4C27;
}
</style>