Html Css Color HEX #444532 Waiouru

📋 copy color: '#444532'

red 68 ◦ green 69 ◦ blue 50

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

Shades of Waiouru #444532

Tints of Waiouru #444532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 36.36%
G = 36.9%
B = 26.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#444532 (or 0x444532) is known color: Waiouru. HEX triplet: 44, 45 and 32. RGB value is (68,69,50). Sum of RGB (Red+Green+Blue) = 68+69+50=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #444532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444532 is #BBBACD. Grayscale: #424242. Windows color (decimal): -12303054 or 3294532. OLE color: 3294532.

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

Color convert

RGB 68 69 50 -
CMYK 0.01 0 0.28 0.73
HSL 63.16º 0.16% 0.23% -
HSV(B) 63.16º 0.28% 0.27% -
XYZ 5.09 5.72 3.85 -
YUV 66.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 68 69 50 0.01 0 0.28 0.73 63.16 0.16 0.23
Hex 44 45 32 1 0 1C 49 3F 10 17
Octal 104 105 62 1 0 34 111 77 20 27
Binary 1000100 1000101 110010 1 0 11100 1001001 111111 10000 10111

Color Harmonies of #444532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444532

Black with #444532

Text Example


Text Example

White with #444532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444532; }

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

 H1.HeaderClassName
 {
   color: #444532;
 }
 .AnyTagClassName
 {
   color: #444532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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