#4E300C

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

Shades of Baker's Chocolate #4E300C

Tints of Baker's Chocolate #4E300C

Color information

#4E300C (or 0x4E300C) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 30 and 0C. RGB value is (78,48,12). Sum of RGB (Red+Green+Blue) = 78+48+12=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E300C is #B1CFF3. Grayscale: #353535. Windows color (decimal): -11653108 or 798798. OLE color: 798798.

HSL color Cylindrical-coordinate representation of color #4E300C: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E300C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB784812-
CMYK00.380.850.69
HSL32.73º73.33%17.65%-
HSV(B)32.73º84.62%30.59%-
XYZ4.273.760.85-
YUV52.87104.94145.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.52%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=56.52%
G=34.78%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78481200.380.850.6932.7373.3317.65
Hex4E30C0265545214912
Octal11660140461251054111122
Binary10011101100001100010011010101011000101100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,12); }

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

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

 a { background-color: rgb(78,48,12); }

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

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

 span { border-color: rgb(78,48,12); }

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