#5E340E

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

Shades of Baker's Chocolate #5E340E

Tints of Baker's Chocolate #5E340E

Color information

#5E340E (or 0x5E340E) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 34 and 0E. RGB value is (94,52,14). Sum of RGB (Red+Green+Blue) = 94+52+14=160 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.75% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 94 - color contains mainly: red. Hex color #5E340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E340E is #A1CBF1. Grayscale: #3C3C3C. Windows color (decimal): -10603506 or 930910. OLE color: 930910.

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

Color convert

RGB945214-
CMYK00.450.850.63
HSL28.5º74.07%21.18%-
HSV(B)28.5º85.11%36.86%-
XYZ5.924.871.04-
YUV60.23101.91152.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.75%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=58.75%
G=32.5%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94521400.450.850.6328.574.0721.18
Hex5E34E02D553F1c4a15
Octal1366416055125773411225
Binary101111011010011100101101101010111111111100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,14); }

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

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

 a { background-color: rgb(94,52,14); }

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

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

 span { border-color: rgb(94,52,14); }

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