#444525

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

Shades of Waiouru #444525

Tints of Waiouru #444525

Color information

#444525 (or 0x444525) is unknown color: approx Waiouru. HEX triplet: 44, 45 and 25. RGB value is (68,69,37). Sum of RGB (Red+Green+Blue) = 68+69+37=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #444525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444525 is #BBBADA. Grayscale: #414141. Windows color (decimal): -12303067 or 2442564. OLE color: 2442564.

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

Color convert

RGB686937-
CMYK0.0100.460.73
HSL61.88º30.19%20.78%-
HSV(B)61.88º46.38%27.06%-
XYZ4.855.622.58-
YUV65.05112.17130.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=39.08%
G=39.66%
B=21.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869370.0100.460.7361.8830.1920.78
Hex444525102E493e1e15
Octal104105451056111763625
Binary100010010001011001011010111010010011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444525; }

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

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

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

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

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

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

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

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