#5E2C16

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

Shades of Baker's Chocolate #5E2C16

Tints of Baker's Chocolate #5E2C16

Color information

#5E2C16 (or 0x5E2C16) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 2C and 16. RGB value is (94,44,22). Sum of RGB (Red+Green+Blue) = 94+44+22=160 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.75% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2C16 is #A1D3E9. Grayscale: #383838. Windows color (decimal): -10605546 or 1453150. OLE color: 1453150.

HSL color Cylindrical-coordinate representation of color #5E2C16: hue angle of 18.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2C16 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB944422-
CMYK00.530.770.63
HSL18.33º62.07%22.75%-
HSV(B)18.33º76.6%36.86%-
XYZ5.664.241.28-
YUV56.44108.56154.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.75%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=58.75%
G=27.5%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94442200.530.770.6318.3362.0722.75
Hex5E2C160354D3F123e17
Octal136542606511577227627
Binary101111010110010110011010110011011111111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,44,22); }

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

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

 a { background-color: rgb(94,44,22); }

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

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

 span { border-color: rgb(94,44,22); }

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