#4C3533

Color #4C3533 Cocoa Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Bean #4C3533

Tints of Cocoa Bean #4C3533

Color information

#4C3533 (or 0x4C3533) is unknown color: approx Cocoa Bean. HEX triplet: 4C, 35 and 33. RGB value is (76,53,51). Sum of RGB (Red+Green+Blue) = 76+53+51=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3533 is #B3CACC. Grayscale: #3B3B3B. Windows color (decimal): -11782861 or 3355980. OLE color: 3355980.

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

Color convert

RGB765351-
CMYK00.300.330.70
HSL4.8º19.69%24.9%-
HSV(B)4.8º32.89%29.8%-
XYZ4.854.323.71-
YUV59.65123.12139.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.22%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=42.22%
G=29.44%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76535100.300.330.704.819.6924.9
Hex4C353301E214651419
Octal11465630364110652431
Binary100110011010111001101111010000110001101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C3533;
 }
 .AnyTagClassName
 {
   color: #4C3533;
 }
</style>
background-color css

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

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

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

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

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

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