#43473F

Color #43473F Armadillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Armadillo #43473F

Tints of Armadillo #43473F

Color information

#43473F (or 0x43473F) is unknown color: approx 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

RGB677163-
CMYK0.0600.110.72
HSL90º5.97%26.27%-
HSV(B)90º11.27%27.84%-
XYZ5.476.065.58-
YUV68.89124.67126.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 63 (25% from 255) = 31.34%
R=33.33%
G=35.32%
B=31.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771630.0600.110.72905.9726.27
Hex43473F60B485a61a
Octal103107776013110132632
Binary10000111000111111111110010111001000101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>