#4E2A02

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

Shades of Baker's Chocolate #4E2A02

Tints of Baker's Chocolate #4E2A02

Color information

#4E2A02 (or 0x4E2A02) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 2A and 02. RGB value is (78,42,2). Sum of RGB (Red+Green+Blue) = 78+42+2=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2A02 is #B1D5FD. Grayscale: #303030. Windows color (decimal): -11654654 or 141902. OLE color: 141902.

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

Color convert

RGB78422-
CMYK00.460.970.69
HSL31.58º95%15.69%-
HSV(B)31.58º97.44%30.59%-
XYZ3.983.280.48-
YUV48.2101.93149.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.93%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=63.93%
G=34.43%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7842200.460.970.6931.589515.69
Hex4E2A202E6145205f10
Octal1165220561411054013720
Binary100111010101010010111011000011000101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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