Html Css Color HEX #485844 Grey-Asparagus

📋 copy color: '#485844'

red 72 ◦ green 88 ◦ blue 68

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

Shades of Grey-Asparagus #485844

Tints of Grey-Asparagus #485844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.82%

R = 31.58%
G = 38.6%
B = 29.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#485844 (or 0x485844) is known color: Grey-Asparagus. HEX triplet: 48, 58 and 44. RGB value is (72,88,68). Sum of RGB (Red+Green+Blue) = 72+88+68=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #485844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485844 is #B7A7BB. Grayscale: #515151. Windows color (decimal): -12036028 or 4479048. OLE color: 4479048.

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

Color convert

RGB 72 88 68 -
CMYK 0.18 0 0.23 0.65
HSL 108º 0.13% 0.31% -
HSV(B) 108º 0.23% 0.35% -
XYZ 7.21 8.77 6.78 -
YUV 80.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 72 88 68 0.18 0 0.23 0.65 108 0.13 0.31
Hex 48 58 44 12 0 17 41 6C D 1F
Octal 110 130 104 22 0 27 101 154 15 37
Binary 1001000 1011000 1000100 10010 0 10111 1000001 1101100 1101 11111

Color Harmonies of #485844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485844

Black with #485844

Text Example


Text Example

White with #485844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485844; }

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

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

background-color css

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

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

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

border-color css

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

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

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