#5E250B

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

Shades of Baker's Chocolate #5E250B

Tints of Baker's Chocolate #5E250B

Color information

#5E250B (or 0x5E250B) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 25 and 0B. RGB value is (94,37,11). Sum of RGB (Red+Green+Blue) = 94+37+11=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E250B is #A1DAF4. Grayscale: #333333. Windows color (decimal): -10607349 or 730462. OLE color: 730462.

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

Color convert

RGB943711-
CMYK00.610.880.63
HSL18.8º79.05%20.59%-
HSV(B)18.8º88.3%36.86%-
XYZ5.343.730.75-
YUV51.08105.38158.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 66.20%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=66.20%
G=26.06%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94371100.610.880.6318.879.0520.59
Hex5E25B03D583F134f15
Octal1364513075130772311725
Binary101111010010110110111101101100011111110011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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