Html Css Color HEX #48503E Armadillo

📋 copy color: '#48503E'

red 72 ◦ green 80 ◦ blue 62

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

Shades of Armadillo #48503E

Tints of Armadillo #48503E

RGB

 RED value IS 72 (28.52% from 255) = 33.64%

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

 BLUE value IS 62 (24.61% from 255) = 28.97%

R = 33.64%
G = 37.38%
B = 28.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#48503E (or 0x48503E) is known color: Armadillo. HEX triplet: 48, 50 and 3E. RGB value is (72,80,62). Sum of RGB (Red+Green+Blue) = 72+80+62=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #48503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48503E is #B7AFC1. Grayscale: #4B4B4B. Windows color (decimal): -12038082 or 4083784. OLE color: 4083784.

HSL color Cylindrical-coordinate representation of color #48503E: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48503E is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 62 -
CMYK 0.10 0 0.22 0.69
HSL 86.67º 0.13% 0.28% -
HSV(B) 86.67º 0.23% 0.31% -
XYZ 6.41 7.46 5.66 -
YUV 75.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 72 80 62 0.10 0 0.22 0.69 86.67 0.13 0.28
Hex 48 50 3E A 0 16 45 57 D 1C
Octal 110 120 76 12 0 26 105 127 15 34
Binary 1001000 1010000 111110 1010 0 10110 1000101 1010111 1101 11100

Color Harmonies of #48503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48503E

Black with #48503E

Text Example


Text Example

White with #48503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48503E; }

 p { color: rgb(72,80,62); }

 H1.HeaderClassName
 {
   color: #48503E;
 }
 .AnyTagClassName
 {
   color: #48503E;
 }
</style>

background-color css

<style>
 a { background-color: #48503E; }

 a { background-color: rgb(72,80,62); }

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

border-color css

<style>
 span { border-color: #48503E; }

 span { border-color: rgb(72,80,62); }

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