#5E380C

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

Shades of Baker's Chocolate #5E380C

Tints of Baker's Chocolate #5E380C

Color information

#5E380C (or 0x5E380C) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 38 and 0C. RGB value is (94,56,12). Sum of RGB (Red+Green+Blue) = 94+56+12=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E380C is #A1C7F3. Grayscale: #3E3E3E. Windows color (decimal): -10602484 or 800862. OLE color: 800862.

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

Color convert

RGB945612-
CMYK00.400.870.63
HSL32.2º77.36%20.78%-
HSV(B)32.2º87.23%36.86%-
XYZ6.15.231.04-
YUV62.3599.59150.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.02%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=58.02%
G=34.57%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94561200.400.870.6332.277.3620.78
Hex5E38C028573F204d15
Octal1367014050127774011525
Binary1011110111000110001010001010111111111100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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