Html Css Color HEX #4D3533 Cocoa Bean

📋 copy color: '#4D3533'

red 77 ◦ green 53 ◦ blue 51

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

Shades of Cocoa Bean #4D3533

Tints of Cocoa Bean #4D3533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.18%

R = 42.54%
G = 29.28%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D3533 (or 0x4D3533) is known color: Cocoa Bean. HEX triplet: 4D, 35 and 33. RGB value is (77,53,51). Sum of RGB (Red+Green+Blue) = 77+53+51=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3533 is #B2CACC. Grayscale: #3B3B3B. Windows color (decimal): -11717325 or 3355981. OLE color: 3355981.

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

Color convert

RGB 77 53 51 -
CMYK 0 0.31 0.34 0.70
HSL 4.62º 0.2% 0.25% -
HSV(B) 4.62º 0.34% 0.3% -
XYZ 4.93 4.36 3.71 -
YUV 59.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 77 53 51 0 0.31 0.34 0.70 4.62 0.2 0.25
Hex 4D 35 33 0 1F 22 46 5 14 19
Octal 115 65 63 0 37 42 106 5 24 31
Binary 1001101 110101 110011 0 11111 100010 1000110 101 10100 11001

Color Harmonies of #4D3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3533

Black with #4D3533

Text Example


Text Example

White with #4D3533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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