#444529

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

Shades of Waiouru #444529

Tints of Waiouru #444529

Color information

#444529 (or 0x444529) is unknown color: approx Waiouru. HEX triplet: 44, 45 and 29. RGB value is (68,69,41). Sum of RGB (Red+Green+Blue) = 68+69+41=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #444529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444529 is #BBBAD6. Grayscale: #414141. Windows color (decimal): -12303063 or 2704708. OLE color: 2704708.

HSL color Cylindrical-coordinate representation of color #444529: hue angle of 62.14º 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 #444529 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB686941-
CMYK0.0100.410.73
HSL62.14º25.45%21.57%-
HSV(B)62.14º40.58%27.06%-
XYZ4.915.652.93-
YUV65.51114.17129.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=38.20%
G=38.76%
B=23.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869410.0100.410.7362.1425.4521.57
Hex4445291029493e1916
Octal104105511051111763126
Binary100010010001011010011010100110010011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444529; }

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

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

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

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

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

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

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

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