Html Css Color HEX #43473F Armadillo

📋 copy color: '#43473F'

red 67 ◦ green 71 ◦ blue 63

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

Shades of Armadillo #43473F

Tints of Armadillo #43473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.32%

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

R = 33.33%
G = 35.32%
B = 31.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#43473F (or 0x43473F) is known color: Armadillo. HEX triplet: 43, 47 and 3F. RGB value is (67,71,63). Sum of RGB (Red+Green+Blue) = 67+71+63=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #43473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43473F is #BCB8C0. Grayscale: #444444. Windows color (decimal): -12368065 or 4147011. OLE color: 4147011.

HSL color Cylindrical-coordinate representation of color #43473F: hue angle of 90º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #43473F is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 71 63 -
CMYK 0.06 0 0.11 0.72
HSL 90º 0.06% 0.26% -
HSV(B) 90º 0.11% 0.28% -
XYZ 5.47 6.06 5.58 -
YUV 68.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 67 71 63 0.06 0 0.11 0.72 90 0.06 0.26
Hex 43 47 3F 6 0 B 48 5A 6 1A
Octal 103 107 77 6 0 13 110 132 6 32
Binary 1000011 1000111 111111 110 0 1011 1001000 1011010 110 11010

Color Harmonies of #43473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43473F

Black with #43473F

Text Example


Text Example

White with #43473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,71,63); }

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

background-color css

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

 a { background-color: rgb(67,71,63); }

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

border-color css

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

 span { border-color: rgb(67,71,63); }

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