Shades of Waiouru #43452B
Tints of Waiouru #43452B
RGB
CMYK
RGB Variations
Color information
#43452B (or 0x43452B) is known color: Waiouru. HEX triplet: 43, 45 and 2B. RGB value is (67,69,43). Sum of RGB (Red+Green+Blue) = 67+69+43=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #43452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43452B is #BCBAD4. Grayscale: #414141. Windows color (decimal): -12368597 or 2835779. OLE color: 2835779.
HSL color Cylindrical-coordinate representation of color #43452B: hue angle of 64.62º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #43452B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 43 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.73 |
| HSL | 64.62º | 0.23% | 0.22% | - |
| HSV(B) | 64.62º | 0.38% | 0.27% | - |
| XYZ | 4.88 | 5.62 | 3.11 | - |
| YUV | 65.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 43 | 0.03 | 0 | 0.38 | 0.73 | 64.62 | 0.23 | 0.22 |
| Hex | 43 | 45 | 2B | 3 | 0 | 26 | 49 | 41 | 17 | 16 |
| Octal | 103 | 105 | 53 | 3 | 0 | 46 | 111 | 101 | 27 | 26 |
| Binary | 1000011 | 1000101 | 101011 | 11 | 0 | 100110 | 1001001 | 1000001 | 10111 | 10110 |
Color Harmonies of #43452B
Complementary color
Monochromatic Colors of #43452B
Black with #43452B
Text Example
Text Example
White with #43452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43452B; }
p { color: rgb(67,69,43); }
H1.HeaderClassName
{
color: #43452B;
}
.AnyTagClassName
{
color: #43452B;
}
</style>
background-color css
<style>
a { background-color: #43452B; }
a { background-color: rgb(67,69,43); }
div.DivClassName
{
background-color: #43452B;
}
.BgClassName
{
background-color: #43452B;
}
</style>
border-color css
<style>
span { border-color: #43452B; }
span { border-color: rgb(67,69,43); }
td.TdClassName
{
border-color: #43452B;
}
.TagClassName
{
border-color: #43452B;
}
</style>