#4E340C

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

Shades of Baker's Chocolate #4E340C

Tints of Baker's Chocolate #4E340C

Color information

#4E340C (or 0x4E340C) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 34 and 0C. RGB value is (78,52,12). Sum of RGB (Red+Green+Blue) = 78+52+12=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E340C is #B1CBF3. Grayscale: #373737. Windows color (decimal): -11652084 or 799822. OLE color: 799822.

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

Color convert

RGB785212-
CMYK00.330.850.69
HSL36.36º73.33%17.65%-
HSV(B)36.36º84.62%30.59%-
XYZ4.444.10.91-
YUV55.21103.61144.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=54.93%
G=36.62%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78521200.330.850.6936.3673.3317.65
Hex4E34C0215545244912
Octal11664140411251054411122
Binary10011101101001100010000110101011000101100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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