#4E3601

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

Shades of Baker's Chocolate #4E3601

Tints of Baker's Chocolate #4E3601

Color information

#4E3601 (or 0x4E3601) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 36 and 01. RGB value is (78,54,1). Sum of RGB (Red+Green+Blue) = 78+54+1=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3601 is #B1C9FE. Grayscale: #373737. Windows color (decimal): -11651583 or 79438. OLE color: 79438.

HSL color Cylindrical-coordinate representation of color #4E3601: hue angle of 41.3º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E3601 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB78541-
CMYK00.310.990.69
HSL41.3º97.47%15.49%-
HSV(B)41.3º98.72%30.59%-
XYZ4.474.260.62-
YUV55.1397.45144.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=58.65%
G=40.60%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7854100.310.990.6941.397.4715.49
Hex4E36101F63452961f
Octal1166610371431055114117
Binary100111011011010111111100011100010110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,54,1); }

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

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

 a { background-color: rgb(78,54,1); }

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

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

 span { border-color: rgb(78,54,1); }

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