#4F3306

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

Shades of Baker's Chocolate #4F3306

Tints of Baker's Chocolate #4F3306

Color information

#4F3306 (or 0x4F3306) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 33 and 06. RGB value is (79,51,6). Sum of RGB (Red+Green+Blue) = 79+51+6=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3306 is #B0CCF9. Grayscale: #363636. Windows color (decimal): -11586810 or 406351. OLE color: 406351.

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

Color convert

RGB79516-
CMYK00.350.920.69
HSL36.99º85.88%16.67%-
HSV(B)36.99º92.41%30.98%-
XYZ4.444.040.72-
YUV54.24100.78145.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=58.09%
G=37.5%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7951600.350.920.6936.9985.8816.67
Hex4F3360235C45255611
Octal1176360431341054512621
Binary1001111110011110010001110111001000101100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,51,6); }

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

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

 a { background-color: rgb(79,51,6); }

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

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

 span { border-color: rgb(79,51,6); }

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