#4E320E

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

Shades of Baker's Chocolate #4E320E

Tints of Baker's Chocolate #4E320E

Color information

#4E320E (or 0x4E320E) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 32 and 0E. RGB value is (78,50,14). Sum of RGB (Red+Green+Blue) = 78+50+14=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E320E is #B1CDF1. Grayscale: #363636. Windows color (decimal): -11652594 or 930382. OLE color: 930382.

HSL color Cylindrical-coordinate representation of color #4E320E: hue angle of 33.75º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E320E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB785014-
CMYK00.360.820.69
HSL33.75º69.57%18.04%-
HSV(B)33.75º82.05%30.59%-
XYZ4.363.930.94-
YUV54.27105.28144.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=54.93%
G=35.21%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78501400.360.820.6933.7569.5718.04
Hex4E32E0245245224612
Octal11662160441221054210622
Binary10011101100101110010010010100101000101100010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,14); }

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

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

 a { background-color: rgb(78,50,14); }

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

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

 span { border-color: rgb(78,50,14); }

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