Html Css Color HEX #4F3A34 Cocoa Bean

📋 copy color: '#4F3A34'

red 79 ◦ green 58 ◦ blue 52

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

Shades of Cocoa Bean #4F3A34

Tints of Cocoa Bean #4F3A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 41.8%
G = 30.69%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#4F3A34 (or 0x4F3A34) is known color: Cocoa Bean. HEX triplet: 4F, 3A and 34. RGB value is (79,58,52). Sum of RGB (Red+Green+Blue) = 79+58+52=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A34 is #B0C5CB. Grayscale: #3F3F3F. Windows color (decimal): -11584972 or 3422799. OLE color: 3422799.

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

Color convert

RGB 79 58 52 -
CMYK 0 0.27 0.34 0.69
HSL 13.33º 0.21% 0.26% -
HSV(B) 13.33º 0.34% 0.31% -
XYZ 5.36 4.94 3.92 -
YUV 63.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 79 58 52 0 0.27 0.34 0.69 13.33 0.21 0.26
Hex 4F 3A 34 0 1B 22 45 D 15 1A
Octal 117 72 64 0 33 42 105 15 25 32
Binary 1001111 111010 110100 0 11011 100010 1000101 1101 10101 11010

Color Harmonies of #4F3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3A34

Black with #4F3A34

Text Example


Text Example

White with #4F3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,58,52); }

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

background-color css

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

 a { background-color: rgb(79,58,52); }

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

border-color css

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

 span { border-color: rgb(79,58,52); }

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