Html Css Color HEX #444529 Waiouru

📋 copy color: '#444529'

red 68 ◦ green 69 ◦ blue 41

#444529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #444529

Tints of Waiouru #444529

RGB

 RED value IS 68 (26.95% from 255) = 38.2%

 GREEN value IS 69 (27.34% from 255) = 38.76%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 38.2%
G = 38.76%
B = 23.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#444529 (or 0x444529) is known color: 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

RGB 68 69 41 -
CMYK 0.01 0 0.41 0.73
HSL 62.14º 0.25% 0.22% -
HSV(B) 62.14º 0.41% 0.27% -
XYZ 4.91 5.65 2.93 -
YUV 65.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 68 69 41 0.01 0 0.41 0.73 62.14 0.25 0.22
Hex 44 45 29 1 0 29 49 3E 19 16
Octal 104 105 51 1 0 51 111 76 31 26
Binary 1000100 1000101 101001 1 0 101001 1001001 111110 11001 10110

Color Harmonies of #444529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444529

Black with #444529

Text Example


Text Example

White with #444529

Text Example


Text Example

HTML Codes & Css Web 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>