#5E2F16

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

Shades of Baker's Chocolate #5E2F16

Tints of Baker's Chocolate #5E2F16

Color information

#5E2F16 (or 0x5E2F16) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 2F and 16. RGB value is (94,47,22). Sum of RGB (Red+Green+Blue) = 94+47+22=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2F16 is #A1D0E9. Grayscale: #3A3A3A. Windows color (decimal): -10604778 or 1453918. OLE color: 1453918.

HSL color Cylindrical-coordinate representation of color #5E2F16: hue angle of 20.83º 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 #5E2F16 is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB944722-
CMYK00.50.770.63
HSL20.83º62.07%22.75%-
HSV(B)20.83º76.6%36.86%-
XYZ5.784.471.32-
YUV58.2107.57153.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 57.67%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=57.67%
G=28.83%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94472200.50.770.6320.8362.0722.75
Hex5E2F160324D3F153e17
Octal136572606211577257627
Binary101111010111110110011001010011011111111010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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