Html Css Color HEX #485545 Grey-Asparagus

📋 copy color: '#485545'

red 72 ◦ green 85 ◦ blue 69

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

Shades of Grey-Asparagus #485545

Tints of Grey-Asparagus #485545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 69 (27.34% from 255) = 30.53%

R = 31.86%
G = 37.61%
B = 30.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#485545 (or 0x485545) is known color: Grey-Asparagus. HEX triplet: 48, 55 and 45. RGB value is (72,85,69). Sum of RGB (Red+Green+Blue) = 72+85+69=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #485545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485545 is #B7AABA. Grayscale: #4F4F4F. Windows color (decimal): -12036795 or 4543816. OLE color: 4543816.

HSL color Cylindrical-coordinate representation of color #485545: hue angle of 108.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485545 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 69 -
CMYK 0.15 0 0.19 0.67
HSL 108.75º 0.1% 0.3% -
HSV(B) 108.75º 0.19% 0.33% -
XYZ 7 8.3 6.86 -
YUV 79.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 72 85 69 0.15 0 0.19 0.67 108.75 0.1 0.3
Hex 48 55 45 F 0 13 43 6D A 1E
Octal 110 125 105 17 0 23 103 155 12 36
Binary 1001000 1010101 1000101 1111 0 10011 1000011 1101101 1010 11110

Color Harmonies of #485545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485545

Black with #485545

Text Example


Text Example

White with #485545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485545; }

 p { color: rgb(72,85,69); }

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

background-color css

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

 a { background-color: rgb(72,85,69); }

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

border-color css

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

 span { border-color: rgb(72,85,69); }

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