#44472B

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

Shades of Waiouru #44472B

Tints of Waiouru #44472B

Color information

#44472B (or 0x44472B) is unknown color: approx Waiouru. HEX triplet: 44, 47 and 2B. RGB value is (68,71,43). Sum of RGB (Red+Green+Blue) = 68+71+43=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #44472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44472B is #BBB8D4. Grayscale: #434343. Windows color (decimal): -12302549 or 2836292. OLE color: 2836292.

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

Color convert

RGB687143-
CMYK0.0400.390.72
HSL66.43º24.56%22.35%-
HSV(B)66.43º39.44%27.84%-
XYZ5.075.913.16-
YUV66.91114.51128.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=37.36%
G=39.01%
B=23.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871430.0400.390.7266.4324.5622.35
Hex44472B402748421916
Octal1041075340471101023126
Binary100010010001111010111000100111100100010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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