#4F2506

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

Shades of Baker's Chocolate #4F2506

Tints of Baker's Chocolate #4F2506

Color information

#4F2506 (or 0x4F2506) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 25 and 06. RGB value is (79,37,6). Sum of RGB (Red+Green+Blue) = 79+37+6=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2506 is #B0DAF9. Grayscale: #2E2E2E. Windows color (decimal): -11590394 or 402767. OLE color: 402767.

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

Color convert

RGB79376-
CMYK00.530.920.69
HSL25.48º85.88%16.67%-
HSV(B)25.48º92.41%30.98%-
XYZ3.9230.54-
YUV46.02105.41151.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.75%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=64.75%
G=30.33%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7937600.530.920.6925.4885.8816.67
Hex4F2560355C45195611
Octal1174560651341053112621
Binary100111110010111001101011011100100010111001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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