#4E2903

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

Shades of Baker's Chocolate #4E2903

Tints of Baker's Chocolate #4E2903

Color information

#4E2903 (or 0x4E2903) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 29 and 03. RGB value is (78,41,3). Sum of RGB (Red+Green+Blue) = 78+41+3=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2903 is #B1D6FC. Grayscale: #2F2F2F. Windows color (decimal): -11654909 or 207182. OLE color: 207182.

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

Color convert

RGB78413-
CMYK00.470.960.69
HSL30.4º92.59%15.88%-
HSV(B)30.4º96.15%30.59%-
XYZ3.953.210.5-
YUV47.73102.76149.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.93%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=63.93%
G=33.61%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7841300.470.960.6930.492.5915.88
Hex4E29302F60451e5d10
Octal1165130571401053613520
Binary10011101010011101011111100000100010111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,3); }

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

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

 a { background-color: rgb(78,41,3); }

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

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

 span { border-color: rgb(78,41,3); }

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