Html Css Color HEX #4D5348 Cabbage Pont

📋 copy color: '#4D5348'

red 77 ◦ green 83 ◦ blue 72

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

Shades of Cabbage Pont #4D5348

Tints of Cabbage Pont #4D5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 33.19%
G = 35.78%
B = 31.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#4D5348 (or 0x4D5348) is known color: Cabbage Pont. HEX triplet: 4D, 53 and 48. RGB value is (77,83,72). Sum of RGB (Red+Green+Blue) = 77+83+72=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5348 is #B2ACB7. Grayscale: #4F4F4F. Windows color (decimal): -11709624 or 4739917. OLE color: 4739917.

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

Color convert

RGB 77 83 72 -
CMYK 0.07 0 0.13 0.67
HSL 92.73º 0.07% 0.3% -
HSV(B) 92.73º 0.13% 0.33% -
XYZ 7.32 8.23 7.33 -
YUV 79.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 77 83 72 0.07 0 0.13 0.67 92.73 0.07 0.3
Hex 4D 53 48 7 0 D 43 5D 7 1E
Octal 115 123 110 7 0 15 103 135 7 36
Binary 1001101 1010011 1001000 111 0 1101 1000011 1011101 111 11110

Color Harmonies of #4D5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5348

Black with #4D5348

Text Example


Text Example

White with #4D5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,83,72); }

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

background-color css

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

 a { background-color: rgb(77,83,72); }

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

border-color css

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

 span { border-color: rgb(77,83,72); }

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