#5E290C

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

Shades of Baker's Chocolate #5E290C

Tints of Baker's Chocolate #5E290C

Color information

#5E290C (or 0x5E290C) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 29 and 0C. RGB value is (94,41,12). Sum of RGB (Red+Green+Blue) = 94+41+12=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E290C is #A1D6F3. Grayscale: #353535. Windows color (decimal): -10606324 or 797022. OLE color: 797022.

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

Color convert

RGB944112-
CMYK00.560.870.63
HSL21.22º77.36%20.78%-
HSV(B)21.22º87.23%36.86%-
XYZ5.483.990.83-
YUV53.54104.56156.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.95%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=63.95%
G=27.89%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94411200.560.870.6321.2277.3620.78
Hex5E29C038573F154d15
Octal1365114070127772511525
Binary101111010100111000111000101011111111110101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,41,12); }

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

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

 a { background-color: rgb(94,41,12); }

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

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

 span { border-color: rgb(94,41,12); }

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