#4E330C

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

Shades of Baker's Chocolate #4E330C

Tints of Baker's Chocolate #4E330C

Color information

#4E330C (or 0x4E330C) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 33 and 0C. RGB value is (78,51,12). Sum of RGB (Red+Green+Blue) = 78+51+12=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E330C is #B1CCF3. Grayscale: #363636. Windows color (decimal): -11652340 or 799566. OLE color: 799566.

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

Color convert

RGB785112-
CMYK00.350.850.69
HSL35.45º73.33%17.65%-
HSV(B)35.45º84.62%30.59%-
XYZ4.394.010.89-
YUV54.63103.95144.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=55.32%
G=36.17%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78511200.350.850.6935.4573.3317.65
Hex4E33C0235545234912
Octal11663140431251054311122
Binary10011101100111100010001110101011000101100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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