#4E2405

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

Shades of Baker's Chocolate #4E2405

Tints of Baker's Chocolate #4E2405

Color information

#4E2405 (or 0x4E2405) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 24 and 05. RGB value is (78,36,5). Sum of RGB (Red+Green+Blue) = 78+36+5=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2405 is #B1DBFA. Grayscale: #2D2D2D. Windows color (decimal): -11656187 or 336974. OLE color: 336974.

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

Color convert

RGB78365-
CMYK00.540.940.69
HSL25.48º87.95%16.27%-
HSV(B)25.48º93.59%30.59%-
XYZ3.82.890.5-
YUV45.02105.41151.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65.55%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=65.55%
G=30.25%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7836500.540.940.6925.4887.9516.27
Hex4E2450365E45195810
Octal1164450661361053113020
Binary100111010010010101101101011110100010111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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