#4F2704

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

Shades of Baker's Chocolate #4F2704

Tints of Baker's Chocolate #4F2704

Color information

#4F2704 (or 0x4F2704) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 27 and 04. RGB value is (79,39,4). Sum of RGB (Red+Green+Blue) = 79+39+4=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2704 is #B0D8FB. Grayscale: #2F2F2F. Windows color (decimal): -11589884 or 272207. OLE color: 272207.

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

Color convert

RGB79394-
CMYK00.510.950.69
HSL28º90.36%16.27%-
HSV(B)28º94.94%30.98%-
XYZ3.973.120.51-
YUV46.97103.75150.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.75%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=64.75%
G=31.97%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7939400.510.950.692890.3616.27
Hex4F2740335F451c5a10
Octal1174740631371053413220
Binary100111110011110001100111011111100010111100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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