#4F3B36

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

Shades of Cocoa Bean #4F3B36

Tints of Cocoa Bean #4F3B36

Color information

#4F3B36 (or 0x4F3B36) is unknown color: approx Cocoa Bean. HEX triplet: 4F, 3B and 36. RGB value is (79,59,54). Sum of RGB (Red+Green+Blue) = 79+59+54=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3B36 is #B0C4C9. Grayscale: #404040. Windows color (decimal): -11584714 or 3554127. OLE color: 3554127.

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

Color convert

RGB795954-
CMYK00.250.320.69
HSL12º18.8%26.08%-
HSV(B)12º31.65%30.98%-
XYZ5.455.064.18-
YUV64.41122.13138.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=41.15%
G=30.73%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79595400.250.320.691218.826.08
Hex4F3B360192045c131a
Octal117736603140105142332
Binary1001111111011110110011001100000100010111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,59,54); }

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

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

 a { background-color: rgb(79,59,54); }

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

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

 span { border-color: rgb(79,59,54); }

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