#4F340B

Color #4F340B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #4F340B

Tints of Baker's Chocolate #4F340B

Color information

#4F340B (or 0x4F340B) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 34 and 0B. RGB value is (79,52,11). Sum of RGB (Red+Green+Blue) = 79+52+11=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F340B is #B0CBF4. Grayscale: #373737. Windows color (decimal): -11586549 or 734287. OLE color: 734287.

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

Color convert

RGB795211-
CMYK00.340.860.69
HSL36.18º75.56%17.65%-
HSV(B)36.18º86.08%30.98%-
XYZ4.514.140.88-
YUV55.4102.95144.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=55.63%
G=36.62%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79521100.340.860.6936.1875.5617.65
Hex4F34B0225645244c12
Octal11764130421261054411422
Binary10011111101001011010001010101101000101100100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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