#4E310C

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

Shades of Baker's Chocolate #4E310C

Tints of Baker's Chocolate #4E310C

Color information

#4E310C (or 0x4E310C) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 31 and 0C. RGB value is (78,49,12). Sum of RGB (Red+Green+Blue) = 78+49+12=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E310C is #B1CEF3. Grayscale: #353535. Windows color (decimal): -11652852 or 799054. OLE color: 799054.

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

Color convert

RGB784912-
CMYK00.370.850.69
HSL33.64º73.33%17.65%-
HSV(B)33.64º84.62%30.59%-
XYZ4.313.840.86-
YUV53.45104.61145.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.12%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=56.12%
G=35.25%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78491200.370.850.6933.6473.3317.65
Hex4E31C0255545224912
Octal11661140451251054211122
Binary10011101100011100010010110101011000101100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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