#4F2A06

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

Shades of Baker's Chocolate #4F2A06

Tints of Baker's Chocolate #4F2A06

Color information

#4F2A06 (or 0x4F2A06) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 2A and 06. RGB value is (79,42,6). Sum of RGB (Red+Green+Blue) = 79+42+6=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2A06 is #B0D5F9. Grayscale: #313131. Windows color (decimal): -11589114 or 404047. OLE color: 404047.

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

Color convert

RGB79426-
CMYK00.470.920.69
HSL29.59º85.88%16.67%-
HSV(B)29.59º92.41%30.98%-
XYZ4.093.330.6-
YUV48.96103.76149.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 62.20%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=62.20%
G=33.07%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7942600.470.920.6929.5985.8816.67
Hex4F2A602F5C451e5611
Octal1175260571341053612621
Binary100111110101011001011111011100100010111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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