Html Css Color HEX #4D5349 Cabbage Pont

📋 copy color: '#4D5349'

red 77 ◦ green 83 ◦ blue 73

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

Shades of Cabbage Pont #4D5349

Tints of Cabbage Pont #4D5349

RGB

 RED value IS 77 (30.47% from 255) = 33.05%

 GREEN value IS 83 (32.81% from 255) = 35.62%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 33.05%
G = 35.62%
B = 31.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#4D5349 (or 0x4D5349) is known color: Cabbage Pont. HEX triplet: 4D, 53 and 49. RGB value is (77,83,73). Sum of RGB (Red+Green+Blue) = 77+83+73=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5349 is #B2ACB6. Grayscale: #505050. Windows color (decimal): -11709623 or 4805453. OLE color: 4805453.

HSL color Cylindrical-coordinate representation of color #4D5349: hue angle of 96º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5349 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 83 73 -
CMYK 0.07 0 0.12 0.67
HSL 96º 0.06% 0.31% -
HSV(B) 96º 0.12% 0.33% -
XYZ 7.36 8.25 7.51 -
YUV 80.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 77 83 73 0.07 0 0.12 0.67 96 0.06 0.31
Hex 4D 53 49 7 0 C 43 60 6 1F
Octal 115 123 111 7 0 14 103 140 6 37
Binary 1001101 1010011 1001001 111 0 1100 1000011 1100000 110 11111

Color Harmonies of #4D5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5349

Black with #4D5349

Text Example


Text Example

White with #4D5349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D5349; }

 p { color: rgb(77,83,73); }

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

background-color css

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

 a { background-color: rgb(77,83,73); }

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

border-color css

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

 span { border-color: rgb(77,83,73); }

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