Html Css Color HEX #4D3531 Cocoa Bean

📋 copy color: '#4D3531'

red 77 ◦ green 53 ◦ blue 49

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

Shades of Cocoa Bean #4D3531

Tints of Cocoa Bean #4D3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.61%

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 43.02%
G = 29.61%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4D3531 (or 0x4D3531) is known color: Cocoa Bean. HEX triplet: 4D, 35 and 31. RGB value is (77,53,49). Sum of RGB (Red+Green+Blue) = 77+53+49=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3531 is #B2CACE. Grayscale: #3B3B3B. Windows color (decimal): -11717327 or 3224909. OLE color: 3224909.

HSL color Cylindrical-coordinate representation of color #4D3531: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D3531 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 53 49 -
CMYK 0 0.31 0.36 0.70
HSL 8.57º 0.22% 0.25% -
HSV(B) 8.57º 0.36% 0.3% -
XYZ 4.89 4.35 3.49 -
YUV 59.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 77 53 49 0 0.31 0.36 0.70 8.57 0.22 0.25
Hex 4D 35 31 0 1F 24 46 9 16 19
Octal 115 65 61 0 37 44 106 11 26 31
Binary 1001101 110101 110001 0 11111 100100 1000110 1001 10110 11001

Color Harmonies of #4D3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3531

Black with #4D3531

Text Example


Text Example

White with #4D3531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,49); }

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

background-color css

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

 a { background-color: rgb(77,53,49); }

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

border-color css

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

 span { border-color: rgb(77,53,49); }

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