Html Css Color HEX #4D3432 Cocoa Bean

📋 copy color: '#4D3432'

red 77 ◦ green 52 ◦ blue 50

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

Shades of Cocoa Bean #4D3432

Tints of Cocoa Bean #4D3432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.05%

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

R = 43.02%
G = 29.05%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D3432 (or 0x4D3432) is known color: Cocoa Bean. HEX triplet: 4D, 34 and 32. RGB value is (77,52,50). Sum of RGB (Red+Green+Blue) = 77+52+50=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3432 is #B2CBCD. Grayscale: #3B3B3B. Windows color (decimal): -11717582 or 3290189. OLE color: 3290189.

HSL color Cylindrical-coordinate representation of color #4D3432: hue angle of 4.44º 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 #4D3432 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 50 -
CMYK 0 0.32 0.35 0.70
HSL 4.44º 0.21% 0.25% -
HSV(B) 4.44º 0.35% 0.3% -
XYZ 4.86 4.26 3.58 -
YUV 59.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 77 52 50 0 0.32 0.35 0.70 4.44 0.21 0.25
Hex 4D 34 32 0 20 23 46 4 15 19
Octal 115 64 62 0 40 43 106 4 25 31
Binary 1001101 110100 110010 0 100000 100011 1000110 100 10101 11001

Color Harmonies of #4D3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3432

Black with #4D3432

Text Example


Text Example

White with #4D3432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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