#4E3309

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

Shades of Baker's Chocolate #4E3309

Tints of Baker's Chocolate #4E3309

Color information

#4E3309 (or 0x4E3309) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 33 and 09. RGB value is (78,51,9). Sum of RGB (Red+Green+Blue) = 78+51+9=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3309 is #B1CCF6. Grayscale: #363636. Windows color (decimal): -11652343 or 602958. OLE color: 602958.

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

Color convert

RGB78519-
CMYK00.350.880.69
HSL36.52º79.31%17.06%-
HSV(B)36.52º88.46%30.59%-
XYZ4.384.010.8-
YUV54.28102.45144.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.52%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=56.52%
G=36.96%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7851900.350.880.6936.5279.3117.06
Hex4E3390235845254f11
Octal11663110431301054511721
Binary10011101100111001010001110110001000101100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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