Html Css Color HEX #43493B Armadillo

📋 copy color: '#43493B'

red 67 ◦ green 73 ◦ blue 59

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

Shades of Armadillo #43493B

Tints of Armadillo #43493B

RGB

 RED value IS 67 (26.56% from 255) = 33.67%

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

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 33.67%
G = 36.68%
B = 29.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#43493B (or 0x43493B) is known color: Armadillo. HEX triplet: 43, 49 and 3B. RGB value is (67,73,59). Sum of RGB (Red+Green+Blue) = 67+73+59=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 73 - color contains mainly: green. Hex color #43493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43493B is #BCB6C4. Grayscale: #454545. Windows color (decimal): -12367557 or 3885379. OLE color: 3885379.

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

Color convert

RGB 67 73 59 -
CMYK 0.08 0 0.19 0.71
HSL 85.71º 0.11% 0.26% -
HSV(B) 85.71º 0.19% 0.29% -
XYZ 5.49 6.27 5.06 -
YUV 69.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 67 73 59 0.08 0 0.19 0.71 85.71 0.11 0.26
Hex 43 49 3B 8 0 13 47 56 B 1A
Octal 103 111 73 10 0 23 107 126 13 32
Binary 1000011 1001001 111011 1000 0 10011 1000111 1010110 1011 11010

Color Harmonies of #43493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43493B

Black with #43493B

Text Example


Text Example

White with #43493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43493B; }

 p { color: rgb(67,73,59); }

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

background-color css

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

 a { background-color: rgb(67,73,59); }

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

border-color css

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

 span { border-color: rgb(67,73,59); }

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