Html Css Color HEX #4D3632 Cocoa Bean

📋 copy color: '#4D3632'

red 77 ◦ green 54 ◦ blue 50

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

Shades of Cocoa Bean #4D3632

Tints of Cocoa Bean #4D3632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 42.54%
G = 29.83%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D3632 (or 0x4D3632) is known color: Cocoa Bean. HEX triplet: 4D, 36 and 32. RGB value is (77,54,50). Sum of RGB (Red+Green+Blue) = 77+54+50=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3632 is #B2C9CD. Grayscale: #3C3C3C. Windows color (decimal): -11717070 or 3290701. OLE color: 3290701.

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

Color convert

RGB 77 54 50 -
CMYK 0 0.30 0.35 0.70
HSL 8.89º 0.21% 0.25% -
HSV(B) 8.89º 0.35% 0.3% -
XYZ 4.96 4.45 3.61 -
YUV 60.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 77 54 50 0 0.30 0.35 0.70 8.89 0.21 0.25
Hex 4D 36 32 0 1E 23 46 9 15 19
Octal 115 66 62 0 36 43 106 11 25 31
Binary 1001101 110110 110010 0 11110 100011 1000110 1001 10101 11001

Color Harmonies of #4D3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3632

Black with #4D3632

Text Example


Text Example

White with #4D3632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,50); }

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

background-color css

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

 a { background-color: rgb(77,54,50); }

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

border-color css

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

 span { border-color: rgb(77,54,50); }

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