#434527

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

Shades of Waiouru #434527

Tints of Waiouru #434527

Color information

#434527 (or 0x434527) is unknown color: approx Waiouru. HEX triplet: 43, 45 and 27. RGB value is (67,69,39). Sum of RGB (Red+Green+Blue) = 67+69+39=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #434527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434527 is #BCBAD8. Grayscale: #414141. Windows color (decimal): -12368601 or 2573635. OLE color: 2573635.

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

Color convert

RGB676939-
CMYK0.0300.430.73
HSL64º27.78%21.18%-
HSV(B)64º43.48%27.06%-
XYZ4.815.62.75-
YUV64.98113.34129.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.29%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=38.29%
G=39.43%
B=22.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769390.0300.430.736427.7821.18
Hex434527302B49401c15
Octal1031054730531111003425
Binary10000111000101100111110101011100100110000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434527; }

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

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

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

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

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

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

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

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