#4E3109

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

Shades of Baker's Chocolate #4E3109

Tints of Baker's Chocolate #4E3109

Color information

#4E3109 (or 0x4E3109) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 31 and 09. RGB value is (78,49,9). Sum of RGB (Red+Green+Blue) = 78+49+9=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3109 is #B1CEF6. Grayscale: #353535. Windows color (decimal): -11652855 or 602446. OLE color: 602446.

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

Color convert

RGB78499-
CMYK00.370.880.69
HSL34.78º79.31%17.06%-
HSV(B)34.78º88.46%30.59%-
XYZ4.293.840.77-
YUV53.11103.11145.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.35%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=57.35%
G=36.03%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7849900.370.880.6934.7879.3117.06
Hex4E3190255845234f11
Octal11661110451301054311721
Binary10011101100011001010010110110001000101100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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