#5E321F

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

Shades of Baker's Chocolate #5E321F

Tints of Baker's Chocolate #5E321F

Color information

#5E321F (or 0x5E321F) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 32 and 1F. RGB value is (94,50,31). Sum of RGB (Red+Green+Blue) = 94+50+31=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E321F is #A1CDE0. Grayscale: #3D3D3D. Windows color (decimal): -10604001 or 2044510. OLE color: 2044510.

HSL color Cylindrical-coordinate representation of color #5E321F: hue angle of 18.1º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E321F is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB945031-
CMYK00.470.670.63
HSL18.1º50.4%24.51%-
HSV(B)18.1º67.02%36.86%-
XYZ64.761.9-
YUV60.99111.08151.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.71%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=53.71%
G=28.57%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94503100.470.670.6318.150.424.51
Hex5E321F02F433F123219
Octal136623705710377226231
Binary101111011001011111010111110000111111111001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,50,31); }

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

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

 a { background-color: rgb(94,50,31); }

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

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

 span { border-color: rgb(94,50,31); }

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