#4E2002

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

Shades of Baker's Chocolate #4E2002

Tints of Baker's Chocolate #4E2002

Color information

#4E2002 (or 0x4E2002) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 20 and 02. RGB value is (78,32,2). Sum of RGB (Red+Green+Blue) = 78+32+2=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2002 is #B1DFFD. Grayscale: #2A2A2A. Windows color (decimal): -11657214 or 139342. OLE color: 139342.

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

Color convert

RGB78322-
CMYK00.590.970.69
HSL23.68º95%15.69%-
HSV(B)23.68º97.44%30.59%-
XYZ3.672.660.38-
YUV42.33105.24153.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.64%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=69.64%
G=28.57%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7832200.590.970.6923.689515.69
Hex4E20203B6145185f10
Octal1164020731411053013720
Binary10011101000001001110111100001100010111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,2); }

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

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

 a { background-color: rgb(78,32,2); }

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

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

 span { border-color: rgb(78,32,2); }

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