Html Css Color HEX #43493D Armadillo

📋 copy color: '#43493D'

red 67 ◦ green 73 ◦ blue 61

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

Shades of Armadillo #43493D

Tints of Armadillo #43493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 33.33%
G = 36.32%
B = 30.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#43493D (or 0x43493D) is known color: Armadillo. HEX triplet: 43, 49 and 3D. RGB value is (67,73,61). Sum of RGB (Red+Green+Blue) = 67+73+61=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #43493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43493D is #BCB6C2. Grayscale: #454545. Windows color (decimal): -12367555 or 4016451. OLE color: 4016451.

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

Color convert

RGB 67 73 61 -
CMYK 0.08 0 0.16 0.71
HSL 90º 0.09% 0.26% -
HSV(B) 90º 0.16% 0.29% -
XYZ 5.54 6.3 5.34 -
YUV 69.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 67 73 61 0.08 0 0.16 0.71 90 0.09 0.26
Hex 43 49 3D 8 0 10 47 5A 9 1A
Octal 103 111 75 10 0 20 107 132 11 32
Binary 1000011 1001001 111101 1000 0 10000 1000111 1011010 1001 11010

Color Harmonies of #43493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43493D

Black with #43493D

Text Example


Text Example

White with #43493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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