Shades of Waiouru #4B4C34
Tints of Waiouru #4B4C34
RGB
CMYK
RGB Variations
Color information
#4B4C34 (or 0x4B4C34) is known color: Waiouru. HEX triplet: 4B, 4C and 34. RGB value is (75,76,52). Sum of RGB (Red+Green+Blue) = 75+76+52=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 76 - color contains mainly: green. Hex color #4B4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4C34 is #B4B3CB. Grayscale: #494949. Windows color (decimal): -11842508 or 3427403. OLE color: 3427403.
HSL color Cylindrical-coordinate representation of color #4B4C34: hue angle of 62.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B4C34 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 76 | 52 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.70 |
| HSL | 62.5º | 0.19% | 0.25% | - |
| HSV(B) | 62.5º | 0.32% | 0.3% | - |
| XYZ | 6.11 | 6.91 | 4.26 | - |
| YUV | 72.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 76 | 52 | 0.01 | 0 | 0.32 | 0.70 | 62.5 | 0.19 | 0.25 |
| Hex | 4B | 4C | 34 | 1 | 0 | 20 | 46 | 3F | 13 | 19 |
| Octal | 113 | 114 | 64 | 1 | 0 | 40 | 106 | 77 | 23 | 31 |
| Binary | 1001011 | 1001100 | 110100 | 1 | 0 | 100000 | 1000110 | 111111 | 10011 | 11001 |
Color Harmonies of #4B4C34
Complementary color
Monochromatic Colors of #4B4C34
Black with #4B4C34
Text Example
Text Example
White with #4B4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4C34; }
p { color: rgb(75,76,52); }
H1.HeaderClassName
{
color: #4B4C34;
}
.AnyTagClassName
{
color: #4B4C34;
}
</style>
background-color css
<style>
a { background-color: #4B4C34; }
a { background-color: rgb(75,76,52); }
div.DivClassName
{
background-color: #4B4C34;
}
.BgClassName
{
background-color: #4B4C34;
}
</style>
border-color css
<style>
span { border-color: #4B4C34; }
span { border-color: rgb(75,76,52); }
td.TdClassName
{
border-color: #4B4C34;
}
.TagClassName
{
border-color: #4B4C34;
}
</style>