#5E380F

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

Shades of Baker's Chocolate #5E380F

Tints of Baker's Chocolate #5E380F

Color information

#5E380F (or 0x5E380F) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 38 and 0F. RGB value is (94,56,15). Sum of RGB (Red+Green+Blue) = 94+56+15=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E380F is #A1C7F0. Grayscale: #3E3E3E. Windows color (decimal): -10602481 or 997470. OLE color: 997470.

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

Color convert

RGB945615-
CMYK00.400.840.63
HSL31.14º72.48%21.37%-
HSV(B)31.14º84.04%36.86%-
XYZ6.125.241.14-
YUV62.69101.09150.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 56.97%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=56.97%
G=33.94%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94561500.400.840.6331.1472.4821.37
Hex5E38F028543F1f4815
Octal1367017050124773711025
Binary101111011100011110101000101010011111111111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,56,15); }

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

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

 a { background-color: rgb(94,56,15); }

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

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

 span { border-color: rgb(94,56,15); }

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