#5E240F

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

Shades of Baker's Chocolate #5E240F

Tints of Baker's Chocolate #5E240F

Color information

#5E240F (or 0x5E240F) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 24 and 0F. RGB value is (94,36,15). Sum of RGB (Red+Green+Blue) = 94+36+15=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E240F is #A1DBF0. Grayscale: #333333. Windows color (decimal): -10607601 or 992350. OLE color: 992350.

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

Color convert

RGB943615-
CMYK00.620.840.63
HSL15.95º72.48%21.37%-
HSV(B)15.95º84.04%36.86%-
XYZ5.333.680.88-
YUV50.95107.72158.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 64.83%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=64.83%
G=24.83%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94361500.620.840.6315.9572.4821.37
Hex5E24F03E543F104815
Octal1364417076124772011025
Binary101111010010011110111110101010011111110000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,36,15); }

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

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

 a { background-color: rgb(94,36,15); }

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

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

 span { border-color: rgb(94,36,15); }

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