#434529

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

Shades of Waiouru #434529

Tints of Waiouru #434529

Color information

#434529 (or 0x434529) is unknown color: approx Waiouru. HEX triplet: 43, 45 and 29. RGB value is (67,69,41). Sum of RGB (Red+Green+Blue) = 67+69+41=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #434529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434529 is #BCBAD6. Grayscale: #414141. Windows color (decimal): -12368599 or 2704707. OLE color: 2704707.

HSL color Cylindrical-coordinate representation of color #434529: hue angle of 64.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434529 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB676941-
CMYK0.0300.410.73
HSL64.29º25.45%21.57%-
HSV(B)64.29º40.58%27.06%-
XYZ4.845.612.93-
YUV65.21114.34129.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.85%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=37.85%
G=38.98%
B=23.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769410.0300.410.7364.2925.4521.57
Hex434529302949401916
Octal1031055130511111003126
Binary10000111000101101001110101001100100110000001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434529; }

 p { color: rgb(67,69,41); }

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

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

 a { background-color: rgb(67,69,41); }

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

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

 span { border-color: rgb(67,69,41); }

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