#4D5645

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

Shades of Cabbage Pont #4D5645

Tints of Cabbage Pont #4D5645

Color information

#4D5645 (or 0x4D5645) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 56 and 45. RGB value is (77,86,69). Sum of RGB (Red+Green+Blue) = 77+86+69=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5645 is #B2A9BA. Grayscale: #515151. Windows color (decimal): -11708859 or 4544077. OLE color: 4544077.

HSL color Cylindrical-coordinate representation of color #4D5645: hue angle of 91.76º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5645 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB778669-
CMYK0.1000.200.66
HSL91.76º10.97%30.39%-
HSV(B)91.76º19.77%33.73%-
XYZ7.468.666.91-
YUV81.37121.02124.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.19%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=33.19%
G=37.07%
B=29.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7786690.1000.200.6691.7610.9730.39
Hex4D5645A014425cb1e
Octal115126105120241021341336
Binary100110110101101000101101001010010000101011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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