Html Css Color HEX #485041 Cabbage Pont

📋 copy color: '#485041'

red 72 ◦ green 80 ◦ blue 65

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

Shades of Cabbage Pont #485041

Tints of Cabbage Pont #485041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 33.18%
G = 36.87%
B = 29.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#485041 (or 0x485041) is known color: Cabbage Pont. HEX triplet: 48, 50 and 41. RGB value is (72,80,65). Sum of RGB (Red+Green+Blue) = 72+80+65=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #485041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485041 is #B7AFBE. Grayscale: #4B4B4B. Windows color (decimal): -12038079 or 4280392. OLE color: 4280392.

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

Color convert

RGB 72 80 65 -
CMYK 0.10 0 0.19 0.69
HSL 92º 0.1% 0.28% -
HSV(B) 92º 0.19% 0.31% -
XYZ 6.5 7.5 6.11 -
YUV 75.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 72 80 65 0.10 0 0.19 0.69 92 0.1 0.28
Hex 48 50 41 A 0 13 45 5C A 1C
Octal 110 120 101 12 0 23 105 134 12 34
Binary 1001000 1010000 1000001 1010 0 10011 1000101 1011100 1010 11100

Color Harmonies of #485041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485041

Black with #485041

Text Example


Text Example

White with #485041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485041; }

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

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

background-color css

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

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

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

border-color css

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

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

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