#5E3A09

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

Shades of Baker's Chocolate #5E3A09

Tints of Baker's Chocolate #5E3A09

Color information

#5E3A09 (or 0x5E3A09) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 3A and 09. RGB value is (94,58,9). Sum of RGB (Red+Green+Blue) = 94+58+9=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3A09 is #A1C5F6. Grayscale: #3F3F3F. Windows color (decimal): -10601975 or 604766. OLE color: 604766.

HSL color Cylindrical-coordinate representation of color #5E3A09: hue angle of 34.59º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E3A09 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB94589-
CMYK00.380.900.63
HSL34.59º82.52%20.2%-
HSV(B)34.59º90.43%36.86%-
XYZ6.185.430.98-
YUV63.1897.43149.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.39%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=58.39%
G=36.02%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9458900.380.900.6334.5982.5220.2
Hex5E3A90265A3F235314
Octal1367211046132774312324
Binary1011110111010100101001101011010111111100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,58,9); }

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

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

 a { background-color: rgb(94,58,9); }

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

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

 span { border-color: rgb(94,58,9); }

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