#4E2401

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

Shades of Baker's Chocolate #4E2401

Tints of Baker's Chocolate #4E2401

Color information

#4E2401 (or 0x4E2401) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 24 and 01. RGB value is (78,36,1). Sum of RGB (Red+Green+Blue) = 78+36+1=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2401 is #B1DBFE. Grayscale: #2C2C2C. Windows color (decimal): -11656191 or 74830. OLE color: 74830.

HSL color Cylindrical-coordinate representation of color #4E2401: hue angle of 27.27º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E2401 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB78361-
CMYK00.540.990.69
HSL27.27º97.47%15.49%-
HSV(B)27.27º98.72%30.59%-
XYZ3.782.880.39-
YUV44.57103.41151.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=67.83%
G=31.30%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7836100.540.990.6927.2797.4715.49
Hex4E24103663451b61f
Octal1164410661431053314117
Binary100111010010010110110110001110001011101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,1); }

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

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

 a { background-color: rgb(78,36,1); }

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

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

 span { border-color: rgb(78,36,1); }

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