#5E391A

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

Shades of Baker's Chocolate #5E391A

Tints of Baker's Chocolate #5E391A

Color information

#5E391A (or 0x5E391A) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 39 and 1A. RGB value is (94,57,26). Sum of RGB (Red+Green+Blue) = 94+57+26=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E391A is #A1C6E5. Grayscale: #404040. Windows color (decimal): -10602214 or 1718622. OLE color: 1718622.

HSL color Cylindrical-coordinate representation of color #5E391A: hue angle of 27.35º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E391A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB945726-
CMYK00.390.720.63
HSL27.35º56.67%23.53%-
HSV(B)27.35º72.34%36.86%-
XYZ6.275.381.69-
YUV64.53106.26149.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.11%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=53.11%
G=32.20%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94572600.390.720.6327.3556.6723.53
Hex5E391A027483F1b3918
Octal136713204711077337130
Binary101111011100111010010011110010001111111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,57,26); }

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

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

 a { background-color: rgb(94,57,26); }

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

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

 span { border-color: rgb(94,57,26); }

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