#5E250D

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

Shades of Baker's Chocolate #5E250D

Tints of Baker's Chocolate #5E250D

Color information

#5E250D (or 0x5E250D) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 25 and 0D. RGB value is (94,37,13). Sum of RGB (Red+Green+Blue) = 94+37+13=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E250D is #A1DAF2. Grayscale: #333333. Windows color (decimal): -10607347 or 861534. OLE color: 861534.

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

Color convert

RGB943713-
CMYK00.610.860.63
HSL17.78º75.7%20.98%-
HSV(B)17.78º86.17%36.86%-
XYZ5.353.730.82-
YUV51.31106.38158.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 65.28%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=65.28%
G=25.69%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94371300.610.860.6317.7875.720.98
Hex5E25D03D563F124c15
Octal1364515075126772211425
Binary101111010010111010111101101011011111110010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,37,13); }

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

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

 a { background-color: rgb(94,37,13); }

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

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

 span { border-color: rgb(94,37,13); }

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