#434432

Color #434432 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #434432

Tints of Waiouru #434432

Color information

#434432 (or 0x434432) is unknown color: approx Waiouru. HEX triplet: 43, 44 and 32. RGB value is (67,68,50). Sum of RGB (Red+Green+Blue) = 67+68+50=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #434432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434432 is #BCBBCD. Grayscale: #414141. Windows color (decimal): -12368846 or 3294275. OLE color: 3294275.

HSL color Cylindrical-coordinate representation of color #434432: hue angle of 63.33º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434432 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB676850-
CMYK0.0100.260.73
HSL63.33º15.25%23.14%-
HSV(B)63.33º26.47%26.67%-
XYZ4.965.563.83-
YUV65.65119.17128.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=36.22%
G=36.76%
B=27.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768500.0100.260.7363.3315.2523.14
Hex434432101A493ff17
Octal103104621032111771727
Binary1000011100010011001010110101001001111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434432; }

 p { color: rgb(67,68,50); }

 H1.HeaderClassName
 {
   color: #434432;
 }
 .AnyTagClassName
 {
   color: #434432;
 }
</style>
background-color css

<style>
 a { background-color: #434432; }

 a { background-color: rgb(67,68,50); }

 div.DivClassName
 {
   background-color: #434432;
 }
 .BgClassName
 {
   background-color: #434432;
 }
</style>
border-color css

<style>
 span { border-color: #434432; }

 span { border-color: rgb(67,68,50); }

 td.TdClassName
 {
   border-color: #434432;
 }
 .TagClassName
 {
   border-color: #434432;
 }
</style>