#4E2E0A

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

Shades of Baker's Chocolate #4E2E0A

Tints of Baker's Chocolate #4E2E0A

Color information

#4E2E0A (or 0x4E2E0A) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 2E and 0A. RGB value is (78,46,10). Sum of RGB (Red+Green+Blue) = 78+46+10=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2E0A is #B1D1F5. Grayscale: #333333. Windows color (decimal): -11653622 or 667214. OLE color: 667214.

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

Color convert

RGB784610-
CMYK00.410.870.69
HSL31.76º77.27%17.25%-
HSV(B)31.76º87.18%30.59%-
XYZ4.173.60.76-
YUV51.46104.6146.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=58.21%
G=34.33%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78461000.410.870.6931.7677.2717.25
Hex4E2EA0295745204d11
Octal11656120511271054011521
Binary10011101011101010010100110101111000101100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,46,10); }

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

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

 a { background-color: rgb(78,46,10); }

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

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

 span { border-color: rgb(78,46,10); }

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