Shades of Waiouru #43442C
Tints of Waiouru #43442C
RGB
CMYK
RGB Variations
Color information
#43442C (or 0x43442C) is known color: Waiouru. HEX triplet: 43, 44 and 2C. RGB value is (67,68,44). Sum of RGB (Red+Green+Blue) = 67+68+44=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 68 - color contains mainly: green. Hex color #43442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43442C is #BCBBD3. Grayscale: #414141. Windows color (decimal): -12368852 or 2901059. OLE color: 2901059.
HSL color Cylindrical-coordinate representation of color #43442C: hue angle of 62.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #43442C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 68 | 44 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.73 |
| HSL | 62.5º | 0.21% | 0.22% | - |
| HSV(B) | 62.5º | 0.35% | 0.27% | - |
| XYZ | 4.84 | 5.51 | 3.19 | - |
| YUV | 64.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 44 | 0.01 | 0 | 0.35 | 0.73 | 62.5 | 0.21 | 0.22 |
| Hex | 43 | 44 | 2C | 1 | 0 | 23 | 49 | 3F | 15 | 16 |
| Octal | 103 | 104 | 54 | 1 | 0 | 43 | 111 | 77 | 25 | 26 |
| Binary | 1000011 | 1000100 | 101100 | 1 | 0 | 100011 | 1001001 | 111111 | 10101 | 10110 |
Color Harmonies of #43442C
Complementary color
Monochromatic Colors of #43442C
Black with #43442C
Text Example
Text Example
White with #43442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43442C; }
p { color: rgb(67,68,44); }
H1.HeaderClassName
{
color: #43442C;
}
.AnyTagClassName
{
color: #43442C;
}
</style>
background-color css
<style>
a { background-color: #43442C; }
a { background-color: rgb(67,68,44); }
div.DivClassName
{
background-color: #43442C;
}
.BgClassName
{
background-color: #43442C;
}
</style>
border-color css
<style>
span { border-color: #43442C; }
span { border-color: rgb(67,68,44); }
td.TdClassName
{
border-color: #43442C;
}
.TagClassName
{
border-color: #43442C;
}
</style>