#44472C

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

Shades of Waiouru #44472C

Tints of Waiouru #44472C

Color information

#44472C (or 0x44472C) is unknown color: approx Waiouru. HEX triplet: 44, 47 and 2C. RGB value is (68,71,44). Sum of RGB (Red+Green+Blue) = 68+71+44=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #44472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44472C is #BBB8D3. Grayscale: #434343. Windows color (decimal): -12302548 or 2901828. OLE color: 2901828.

HSL color Cylindrical-coordinate representation of color #44472C: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44472C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB687144-
CMYK0.0400.380.72
HSL66.67º23.48%22.55%-
HSV(B)66.67º38.03%27.84%-
XYZ5.095.923.26-
YUV67.03115.01128.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=37.16%
G=38.80%
B=24.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871440.0400.380.7266.6723.4822.55
Hex44472C402648431717
Octal1041075440461101032727
Binary100010010001111011001000100110100100010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44472C; }

 p { color: rgb(68,71,44); }

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

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

 a { background-color: rgb(68,71,44); }

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

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

 span { border-color: rgb(68,71,44); }

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