Html Css Color HEX #485847 Grey-Asparagus

📋 copy color: '#485847'

red 72 ◦ green 88 ◦ blue 71

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

Shades of Grey-Asparagus #485847

Tints of Grey-Asparagus #485847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 31.17%
G = 38.1%
B = 30.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#485847 (or 0x485847) is known color: Grey-Asparagus. HEX triplet: 48, 58 and 47. RGB value is (72,88,71). Sum of RGB (Red+Green+Blue) = 72+88+71=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #485847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485847 is #B7A7B8. Grayscale: #515151. Windows color (decimal): -12036025 or 4675656. OLE color: 4675656.

HSL color Cylindrical-coordinate representation of color #485847: hue angle of 116.47º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485847 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 71 -
CMYK 0.18 0 0.19 0.65
HSL 116.47º 0.11% 0.31% -
HSV(B) 116.47º 0.19% 0.35% -
XYZ 7.3 8.81 7.28 -
YUV 81.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 72 88 71 0.18 0 0.19 0.65 116.47 0.11 0.31
Hex 48 58 47 12 0 13 41 74 B 1F
Octal 110 130 107 22 0 23 101 164 13 37
Binary 1001000 1011000 1000111 10010 0 10011 1000001 1110100 1011 11111

Color Harmonies of #485847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485847

Black with #485847

Text Example


Text Example

White with #485847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485847; }

 p { color: rgb(72,88,71); }

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

background-color css

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

 a { background-color: rgb(72,88,71); }

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

border-color css

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

 span { border-color: rgb(72,88,71); }

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