Html Css Color HEX #4D5841 Cabbage Pont

📋 copy color: '#4D5841'

red 77 ◦ green 88 ◦ blue 65

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

Shades of Cabbage Pont #4D5841

Tints of Cabbage Pont #4D5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 33.48%
G = 38.26%
B = 28.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#4D5841 (or 0x4D5841) is known color: Cabbage Pont. HEX triplet: 4D, 58 and 41. RGB value is (77,88,65). Sum of RGB (Red+Green+Blue) = 77+88+65=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5841 is #B2A7BE. Grayscale: #525252. Windows color (decimal): -11708351 or 4282445. OLE color: 4282445.

HSL color Cylindrical-coordinate representation of color #4D5841: hue angle of 88.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D5841 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 88 65 -
CMYK 0.12 0 0.26 0.65
HSL 88.7º 0.15% 0.3% -
HSV(B) 88.7º 0.26% 0.35% -
XYZ 7.5 8.94 6.33 -
YUV 82.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 77 88 65 0.12 0 0.26 0.65 88.7 0.15 0.3
Hex 4D 58 41 C 0 1A 41 59 F 1E
Octal 115 130 101 14 0 32 101 131 17 36
Binary 1001101 1011000 1000001 1100 0 11010 1000001 1011001 1111 11110

Color Harmonies of #4D5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5841

Black with #4D5841

Text Example


Text Example

White with #4D5841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,88,65); }

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

background-color css

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

 a { background-color: rgb(77,88,65); }

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

border-color css

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

 span { border-color: rgb(77,88,65); }

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