Html Css Color HEX #44493F Armadillo

📋 copy color: '#44493F'

red 68 ◦ green 73 ◦ blue 63

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

Shades of Armadillo #44493F

Tints of Armadillo #44493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

 BLUE value IS 63 (25% from 255) = 30.88%

R = 33.33%
G = 35.78%
B = 30.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#44493F (or 0x44493F) is known color: Armadillo. HEX triplet: 44, 49 and 3F. RGB value is (68,73,63). Sum of RGB (Red+Green+Blue) = 68+73+63=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 73 - color contains mainly: green. Hex color #44493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44493F is #BBB6C0. Grayscale: #464646. Windows color (decimal): -12302017 or 4147524. OLE color: 4147524.

HSL color Cylindrical-coordinate representation of color #44493F: hue angle of 90º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44493F is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 63 -
CMYK 0.07 0 0.14 0.71
HSL 90º 0.07% 0.27% -
HSV(B) 90º 0.14% 0.29% -
XYZ 5.66 6.35 5.63 -
YUV 70.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 68 73 63 0.07 0 0.14 0.71 90 0.07 0.27
Hex 44 49 3F 7 0 E 47 5A 7 1B
Octal 104 111 77 7 0 16 107 132 7 33
Binary 1000100 1001001 111111 111 0 1110 1000111 1011010 111 11011

Color Harmonies of #44493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44493F

Black with #44493F

Text Example


Text Example

White with #44493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44493F; }

 p { color: rgb(68,73,63); }

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

background-color css

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

 a { background-color: rgb(68,73,63); }

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

border-color css

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

 span { border-color: rgb(68,73,63); }

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