#4F2A09

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

Shades of Baker's Chocolate #4F2A09

Tints of Baker's Chocolate #4F2A09

Color information

#4F2A09 (or 0x4F2A09) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 2A and 09. RGB value is (79,42,9). Sum of RGB (Red+Green+Blue) = 79+42+9=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2A09 is #B0D5F6. Grayscale: #313131. Windows color (decimal): -11589111 or 600655. OLE color: 600655.

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

Color convert

RGB79429-
CMYK00.470.890.69
HSL28.29º79.55%17.25%-
HSV(B)28.29º88.61%30.98%-
XYZ4.13.340.69-
YUV49.3105.26149.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.77%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=60.77%
G=32.31%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7942900.470.890.6928.2979.5517.25
Hex4F2A902F59451c5011
Octal11752110571311053412021
Binary1001111101010100101011111011001100010111100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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