#5E230D

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

Shades of Baker's Chocolate #5E230D

Tints of Baker's Chocolate #5E230D

Color information

#5E230D (or 0x5E230D) is unknown color: approx Baker's Chocolate. HEX triplet: 5E, 23 and 0D. RGB value is (94,35,13). Sum of RGB (Red+Green+Blue) = 94+35+13=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E230D is #A1DCF2. Grayscale: #323232. Windows color (decimal): -10607859 or 861022. OLE color: 861022.

HSL color Cylindrical-coordinate representation of color #5E230D: hue angle of 16.3º 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 #5E230D is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB943513-
CMYK00.630.860.63
HSL16.3º75.7%20.98%-
HSV(B)16.3º86.17%36.86%-
XYZ5.293.610.8-
YUV50.13107.05159.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 66.20%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=66.20%
G=24.65%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94351300.630.860.6316.375.720.98
Hex5E23D03F563F104c15
Octal1364315077126772011425
Binary101111010001111010111111101011011111110000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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