Html Css Color HEX #444531 Waiouru

📋 copy color: '#444531'

red 68 ◦ green 69 ◦ blue 49

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

Shades of Waiouru #444531

Tints of Waiouru #444531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 36.56%
G = 37.1%
B = 26.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#444531 (or 0x444531) is known color: Waiouru. HEX triplet: 44, 45 and 31. RGB value is (68,69,49). Sum of RGB (Red+Green+Blue) = 68+69+49=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #444531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444531 is #BBBACE. Grayscale: #424242. Windows color (decimal): -12303055 or 3228996. OLE color: 3228996.

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

Color convert

RGB 68 69 49 -
CMYK 0.01 0 0.29 0.73
HSL 63º 0.17% 0.23% -
HSV(B) 63º 0.29% 0.27% -
XYZ 5.07 5.71 3.74 -
YUV 66.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 68 69 49 0.01 0 0.29 0.73 63 0.17 0.23
Hex 44 45 31 1 0 1D 49 3F 11 17
Octal 104 105 61 1 0 35 111 77 21 27
Binary 1000100 1000101 110001 1 0 11101 1001001 111111 10001 10111

Color Harmonies of #444531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444531

Black with #444531

Text Example


Text Example

White with #444531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444531; }

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

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

background-color css

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

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

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

border-color css

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

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

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