#4E2809

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

Shades of Baker's Chocolate #4E2809

Tints of Baker's Chocolate #4E2809

Color information

#4E2809 (or 0x4E2809) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 28 and 09. RGB value is (78,40,9). Sum of RGB (Red+Green+Blue) = 78+40+9=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2809 is #B1D7F6. Grayscale: #2F2F2F. Windows color (decimal): -11655159 or 600142. OLE color: 600142.

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

Color convert

RGB78409-
CMYK00.490.880.69
HSL26.96º79.31%17.06%-
HSV(B)26.96º88.46%30.59%-
XYZ3.953.160.66-
YUV47.83106.09149.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=61.42%
G=31.50%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7840900.490.880.6926.9679.3117.06
Hex4E28903158451b4f11
Octal11650110611301053311721
Binary1001110101000100101100011011000100010111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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