#5E3C18

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

Shades of Baker's Chocolate #5E3C18

Tints of Baker's Chocolate #5E3C18

Color information

#5E3C18 (or 0x5E3C18) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 3C and 18. RGB value is (94,60,24). Sum of RGB (Red+Green+Blue) = 94+60+24=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3C18 is #A1C3E7. Grayscale: #424242. Windows color (decimal): -10601448 or 1588318. OLE color: 1588318.

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

Color convert

RGB946024-
CMYK00.360.740.63
HSL30.86º59.32%23.14%-
HSV(B)30.86º74.47%36.86%-
XYZ6.45.681.62-
YUV66.06104.26147.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.81%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=52.81%
G=33.71%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94602400.360.740.6330.8659.3223.14
Hex5E3C180244A3F1f3b17
Octal136743004411277377327
Binary101111011110011000010010010010101111111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,60,24); }

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

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

 a { background-color: rgb(94,60,24); }

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

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

 span { border-color: rgb(94,60,24); }

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