#4F3832

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

Shades of Cocoa Bean #4F3832

Tints of Cocoa Bean #4F3832

Color information

#4F3832 (or 0x4F3832) is unknown color: approx Cocoa Bean. HEX triplet: 4F, 38 and 32. RGB value is (79,56,50). Sum of RGB (Red+Green+Blue) = 79+56+50=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3832 is #B0C7CD. Grayscale: #3E3E3E. Windows color (decimal): -11585486 or 3291215. OLE color: 3291215.

HSL color Cylindrical-coordinate representation of color #4F3832: hue angle of 12.41º 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 #4F3832 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB795650-
CMYK00.290.370.69
HSL12.41º22.48%25.29%-
HSV(B)12.41º36.71%30.98%-
XYZ5.214.723.65-
YUV62.19121.12139.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=42.70%
G=30.27%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79565000.290.370.6912.4122.4825.29
Hex4F383201D2545c1619
Octal117706203545105142631
Binary1001111111000110010011101100101100010111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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