#4E3407

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

Shades of Baker's Chocolate #4E3407

Tints of Baker's Chocolate #4E3407

Color information

#4E3407 (or 0x4E3407) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 34 and 07. RGB value is (78,52,7). Sum of RGB (Red+Green+Blue) = 78+52+7=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3407 is #B1CBF8. Grayscale: #363636. Windows color (decimal): -11652089 or 472142. OLE color: 472142.

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

Color convert

RGB78527-
CMYK00.330.910.69
HSL38.03º83.53%16.67%-
HSV(B)38.03º91.03%30.59%-
XYZ4.414.090.76-
YUV54.64101.11144.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.93%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=56.93%
G=37.96%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7852700.330.910.6938.0383.5316.67
Hex4E3470215B45265411
Octal1166470411331054612421
Binary1001110110100111010000110110111000101100110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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