#4E2F02

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

Shades of Baker's Chocolate #4E2F02

Tints of Baker's Chocolate #4E2F02

Color information

#4E2F02 (or 0x4E2F02) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 2F and 02. RGB value is (78,47,2). Sum of RGB (Red+Green+Blue) = 78+47+2=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2F02 is #B1D0FD. Grayscale: #333333. Windows color (decimal): -11653374 or 143182. OLE color: 143182.

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

Color convert

RGB78472-
CMYK00.400.970.69
HSL35.53º95%15.69%-
HSV(B)35.53º97.44%30.59%-
XYZ4.173.660.54-
YUV51.14100.27147.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=61.42%
G=37.01%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7847200.400.970.6935.539515.69
Hex4E2F20286145245f10
Octal1165720501411054413720
Binary100111010111110010100011000011000101100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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