Html Css Color HEX #4F3732 Cocoa Bean

📋 copy color: '#4F3732'

red 79 ◦ green 55 ◦ blue 50

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

Shades of Cocoa Bean #4F3732

Tints of Cocoa Bean #4F3732

RGB

 RED value IS 79 (31.25% from 255) = 42.93%

 GREEN value IS 55 (21.88% from 255) = 29.89%

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 42.93%
G = 29.89%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4F3732 (or 0x4F3732) is known color: Cocoa Bean. HEX triplet: 4F, 37 and 32. RGB value is (79,55,50). Sum of RGB (Red+Green+Blue) = 79+55+50=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3732 is #B0C8CD. Grayscale: #3D3D3D. Windows color (decimal): -11585742 or 3290959. OLE color: 3290959.

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

Color convert

RGB 79 55 50 -
CMYK 0 0.30 0.37 0.69
HSL 10.34º 0.22% 0.25% -
HSV(B) 10.34º 0.37% 0.31% -
XYZ 5.17 4.62 3.64 -
YUV 61.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 79 55 50 0 0.30 0.37 0.69 10.34 0.22 0.25
Hex 4F 37 32 0 1E 25 45 A 16 19
Octal 117 67 62 0 36 45 105 12 26 31
Binary 1001111 110111 110010 0 11110 100101 1000101 1010 10110 11001

Color Harmonies of #4F3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3732

Black with #4F3732

Text Example


Text Example

White with #4F3732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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