#4E3507

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

Shades of Baker's Chocolate #4E3507

Tints of Baker's Chocolate #4E3507

Color information

#4E3507 (or 0x4E3507) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 35 and 07. RGB value is (78,53,7). Sum of RGB (Red+Green+Blue) = 78+53+7=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3507 is #B1CAF8. Grayscale: #373737. Windows color (decimal): -11651833 or 472398. OLE color: 472398.

HSL color Cylindrical-coordinate representation of color #4E3507: hue angle of 38.87º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E3507 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB78537-
CMYK00.320.910.69
HSL38.87º83.53%16.67%-
HSV(B)38.87º91.03%30.59%-
XYZ4.454.180.77-
YUV55.23100.78144.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.52%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=56.52%
G=38.41%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7853700.320.910.6938.8783.5316.67
Hex4E3570205B45275411
Octal1166570401331054712421
Binary1001110110101111010000010110111000101100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,7); }

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

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

 a { background-color: rgb(78,53,7); }

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

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

 span { border-color: rgb(78,53,7); }

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