#5E3006

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

Shades of Baker's Chocolate #5E3006

Tints of Baker's Chocolate #5E3006

Color information

#5E3006 (or 0x5E3006) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 30 and 06. RGB value is (94,48,6). Sum of RGB (Red+Green+Blue) = 94+48+6=148 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.51% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3006 is #A1CFF9. Grayscale: #393939. Windows color (decimal): -10604538 or 405598. OLE color: 405598.

HSL color Cylindrical-coordinate representation of color #5E3006: hue angle of 28.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E3006 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB94486-
CMYK00.490.940.63
HSL28.64º88%19.61%-
HSV(B)28.64º93.62%36.86%-
XYZ5.714.510.74-
YUV56.9799.24154.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.51%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=63.51%
G=32.43%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9448600.490.940.6328.648819.61
Hex5E3060315E3F1d5814
Octal136606061136773513024
Binary10111101100001100110001101111011111111101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E3006; }

 p { color: rgb(94,48,6); }

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

<style>
 a { background-color: #5E3006; }

 a { background-color: rgb(94,48,6); }

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

<style>
 span { border-color: #5E3006; }

 span { border-color: rgb(94,48,6); }

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