#5E3114

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

Shades of Baker's Chocolate #5E3114

Tints of Baker's Chocolate #5E3114

Color information

#5E3114 (or 0x5E3114) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 31 and 14. RGB value is (94,49,20). Sum of RGB (Red+Green+Blue) = 94+49+20=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3114 is #A1CEEB. Grayscale: #3B3B3B. Windows color (decimal): -10604268 or 1323358. OLE color: 1323358.

HSL color Cylindrical-coordinate representation of color #5E3114: hue angle of 23.51º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E3114 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB944920-
CMYK00.480.790.63
HSL23.51º64.91%22.35%-
HSV(B)23.51º78.72%36.86%-
XYZ5.844.631.25-
YUV59.15105.91152.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 57.67%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=57.67%
G=30.06%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94492000.480.790.6323.5164.9122.35
Hex5E31140304F3F184116
Octal1366124060117773010126
Binary1011110110001101000110000100111111111111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,49,20); }

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

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

 a { background-color: rgb(94,49,20); }

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

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

 span { border-color: rgb(94,49,20); }

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