Html Css Color HEX #44493E Armadillo

📋 copy color: '#44493E'

red 68 ◦ green 73 ◦ blue 62

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

Shades of Armadillo #44493E

Tints of Armadillo #44493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 33.5%
G = 35.96%
B = 30.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#44493E (or 0x44493E) is known color: Armadillo. HEX triplet: 44, 49 and 3E. RGB value is (68,73,62). Sum of RGB (Red+Green+Blue) = 68+73+62=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #44493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44493E is #BBB6C1. Grayscale: #464646. Windows color (decimal): -12302018 or 4081988. OLE color: 4081988.

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

Color convert

RGB 68 73 62 -
CMYK 0.07 0 0.15 0.71
HSL 87.27º 0.08% 0.26% -
HSV(B) 87.27º 0.15% 0.29% -
XYZ 5.64 6.34 5.48 -
YUV 70.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 68 73 62 0.07 0 0.15 0.71 87.27 0.08 0.26
Hex 44 49 3E 7 0 F 47 57 8 1A
Octal 104 111 76 7 0 17 107 127 10 32
Binary 1000100 1001001 111110 111 0 1111 1000111 1010111 1000 11010

Color Harmonies of #44493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44493E

Black with #44493E

Text Example


Text Example

White with #44493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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