#4F2709

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

Shades of Baker's Chocolate #4F2709

Tints of Baker's Chocolate #4F2709

Color information

#4F2709 (or 0x4F2709) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 27 and 09. RGB value is (79,39,9). Sum of RGB (Red+Green+Blue) = 79+39+9=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2709 is #B0D8F6. Grayscale: #2F2F2F. Windows color (decimal): -11589879 or 599887. OLE color: 599887.

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

Color convert

RGB79399-
CMYK00.510.890.69
HSL25.71º79.55%17.25%-
HSV(B)25.71º88.61%30.98%-
XYZ43.130.65-
YUV47.54106.25150.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 62.20%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=62.20%
G=30.71%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7939900.510.890.6925.7179.5517.25
Hex4F27903359451a5011
Octal11747110631311053212021
Binary1001111100111100101100111011001100010111010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,39,9); }

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

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

 a { background-color: rgb(79,39,9); }

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

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

 span { border-color: rgb(79,39,9); }

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