Html Css Color HEX #4D5544 Cabbage Pont

📋 copy color: '#4D5544'

red 77 ◦ green 85 ◦ blue 68

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

Shades of Cabbage Pont #4D5544

Tints of Cabbage Pont #4D5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 33.48%
G = 36.96%
B = 29.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#4D5544 (or 0x4D5544) is known color: Cabbage Pont. HEX triplet: 4D, 55 and 44. RGB value is (77,85,68). Sum of RGB (Red+Green+Blue) = 77+85+68=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5544 is #B2AABB. Grayscale: #505050. Windows color (decimal): -11709116 or 4478285. OLE color: 4478285.

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

Color convert

RGB 77 85 68 -
CMYK 0.09 0 0.20 0.67
HSL 88.24º 0.11% 0.3% -
HSV(B) 88.24º 0.2% 0.33% -
XYZ 7.35 8.49 6.72 -
YUV 80.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 77 85 68 0.09 0 0.20 0.67 88.24 0.11 0.3
Hex 4D 55 44 9 0 14 43 58 B 1E
Octal 115 125 104 11 0 24 103 130 13 36
Binary 1001101 1010101 1000100 1001 0 10100 1000011 1011000 1011 11110

Color Harmonies of #4D5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5544

Black with #4D5544

Text Example


Text Example

White with #4D5544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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