#4E2C02

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

Shades of Baker's Chocolate #4E2C02

Tints of Baker's Chocolate #4E2C02

Color information

#4E2C02 (or 0x4E2C02) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 2C and 02. RGB value is (78,44,2). Sum of RGB (Red+Green+Blue) = 78+44+2=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2C02 is #B1D3FD. Grayscale: #313131. Windows color (decimal): -11654142 or 142414. OLE color: 142414.

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

Color convert

RGB78442-
CMYK00.440.970.69
HSL33.16º95%15.69%-
HSV(B)33.16º97.44%30.59%-
XYZ4.053.430.5-
YUV49.38101.26148.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=62.90%
G=35.48%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7844200.440.970.6933.169515.69
Hex4E2C202C6145215f10
Octal1165420541411054113720
Binary100111010110010010110011000011000101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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