#4F2B09

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

Shades of Baker's Chocolate #4F2B09

Tints of Baker's Chocolate #4F2B09

Color information

#4F2B09 (or 0x4F2B09) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 2B and 09. RGB value is (79,43,9). Sum of RGB (Red+Green+Blue) = 79+43+9=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2B09 is #B0D4F6. Grayscale: #323232. Windows color (decimal): -11588855 or 600911. OLE color: 600911.

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

Color convert

RGB79439-
CMYK00.460.890.69
HSL29.14º79.55%17.25%-
HSV(B)29.14º88.61%30.98%-
XYZ4.143.410.7-
YUV49.89104.93148.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=60.31%
G=32.82%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7943900.460.890.6929.1479.5517.25
Hex4F2B902E59451d5011
Octal11753110561311053512021
Binary1001111101011100101011101011001100010111101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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