#4E3402

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

Shades of Baker's Chocolate #4E3402

Tints of Baker's Chocolate #4E3402

Color information

#4E3402 (or 0x4E3402) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 34 and 02. RGB value is (78,52,2). Sum of RGB (Red+Green+Blue) = 78+52+2=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3402 is #B1CBFD. Grayscale: #363636. Windows color (decimal): -11652094 or 144462. OLE color: 144462.

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

Color convert

RGB78522-
CMYK00.330.970.69
HSL39.47º95%15.69%-
HSV(B)39.47º97.44%30.59%-
XYZ4.384.080.61-
YUV54.0798.61145.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=59.09%
G=39.39%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7852200.330.970.6939.479515.69
Hex4E3420216145275f10
Octal1166420411411054713720
Binary100111011010010010000111000011000101100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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