Html Css Color HEX #47503C Armadillo

📋 copy color: '#47503C'

red 71 ◦ green 80 ◦ blue 60

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

Shades of Armadillo #47503C

Tints of Armadillo #47503C

RGB

 RED value IS 71 (28.13% from 255) = 33.65%

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 33.65%
G = 37.91%
B = 28.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#47503C (or 0x47503C) is known color: Armadillo. HEX triplet: 47, 50 and 3C. RGB value is (71,80,60). Sum of RGB (Red+Green+Blue) = 71+80+60=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #47503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47503C is #B8AFC3. Grayscale: #4B4B4B. Windows color (decimal): -12103620 or 3952711. OLE color: 3952711.

HSL color Cylindrical-coordinate representation of color #47503C: hue angle of 87º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47503C is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 60 -
CMYK 0.11 0 0.25 0.69
HSL 87º 0.14% 0.27% -
HSV(B) 87º 0.25% 0.31% -
XYZ 6.28 7.4 5.37 -
YUV 75.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 71 80 60 0.11 0 0.25 0.69 87 0.14 0.27
Hex 47 50 3C B 0 19 45 57 E 1B
Octal 107 120 74 13 0 31 105 127 16 33
Binary 1000111 1010000 111100 1011 0 11001 1000101 1010111 1110 11011

Color Harmonies of #47503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47503C

Black with #47503C

Text Example


Text Example

White with #47503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47503C; }

 p { color: rgb(71,80,60); }

 H1.HeaderClassName
 {
   color: #47503C;
 }
 .AnyTagClassName
 {
   color: #47503C;
 }
</style>

background-color css

<style>
 a { background-color: #47503C; }

 a { background-color: rgb(71,80,60); }

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

border-color css

<style>
 span { border-color: #47503C; }

 span { border-color: rgb(71,80,60); }

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