#4D5543

Color #4D5543 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #4D5543

Tints of Cabbage Pont #4D5543

Color information

#4D5543 (or 0x4D5543) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 55 and 43. RGB value is (77,85,67). Sum of RGB (Red+Green+Blue) = 77+85+67=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5543 is #B2AABC. Grayscale: #505050. Windows color (decimal): -11709117 or 4412749. OLE color: 4412749.

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

Color convert

RGB778567-
CMYK0.0900.210.67
HSL86.67º11.84%29.8%-
HSV(B)86.67º21.18%33.33%-
XYZ7.328.486.56-
YUV80.56120.35125.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.62%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=33.62%
G=37.12%
B=29.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785670.0900.210.6786.6711.8429.8
Hex4D554390154357c1e
Octal115125103110251031271436
Binary100110110101011000011100101010110000111010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,67); }

 H1.HeaderClassName
 {
   color: #4D5543;
 }
 .AnyTagClassName
 {
   color: #4D5543;
 }
</style>
background-color css

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

 a { background-color: rgb(77,85,67); }

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

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

 span { border-color: rgb(77,85,67); }

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