#4D5545

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

Shades of Cabbage Pont #4D5545

Tints of Cabbage Pont #4D5545

Color information

#4D5545 (or 0x4D5545) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 55 and 45. RGB value is (77,85,69). Sum of RGB (Red+Green+Blue) = 77+85+69=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5545 is #B2AABA. Grayscale: #505050. Windows color (decimal): -11709115 or 4543821. OLE color: 4543821.

HSL color Cylindrical-coordinate representation of color #4D5545: hue angle of 90º 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 #4D5545 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB778569-
CMYK0.0900.190.67
HSL90º10.39%30.2%-
HSV(B)90º18.82%33.33%-
XYZ7.388.56.88-
YUV80.78121.35125.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=33.33%
G=36.80%
B=29.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785690.0900.190.679010.3930.2
Hex4D55459013435aa1e
Octal115125105110231031321236
Binary100110110101011000101100101001110000111011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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