#4F3332

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

Shades of Cocoa Bean #4F3332

Tints of Cocoa Bean #4F3332

Color information

#4F3332 (or 0x4F3332) is unknown color: approx Cocoa Bean. HEX triplet: 4F, 33 and 32. RGB value is (79,51,50). Sum of RGB (Red+Green+Blue) = 79+51+50=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3332 is #B0CCCD. Grayscale: #3B3B3B. Windows color (decimal): -11586766 or 3289935. OLE color: 3289935.

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

Color convert

RGB795150-
CMYK00.350.370.69
HSL2.07º22.48%25.29%-
HSV(B)2.07º36.71%30.98%-
XYZ4.984.263.58-
YUV59.26122.78142.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.89%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=43.89%
G=28.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79515000.350.370.692.0722.4825.29
Hex4F3332023254521619
Octal11763620434510522631
Binary100111111001111001001000111001011000101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,51,50); }

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

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

 a { background-color: rgb(79,51,50); }

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

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

 span { border-color: rgb(79,51,50); }

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