#5E3D31

Color #5E3D31 Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #5E3D31

Tints of Cioccolato #5E3D31

Color information

#5E3D31 (or 0x5E3D31) is unknown color: approx Cioccolato. HEX triplet: 5E, 3D and 31. RGB value is (94,61,49). Sum of RGB (Red+Green+Blue) = 94+61+49=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3D31 is #A1C2CE. Grayscale: #454545. Windows color (decimal): -10601167 or 3226974. OLE color: 3226974.

HSL color Cylindrical-coordinate representation of color #5E3D31: hue angle of 16º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E3D31 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB946149-
CMYK00.350.480.63
HSL16º31.47%28.04%-
HSV(B)16º47.87%36.86%-
XYZ6.845.943.69-
YUV69.5116.43145.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=46.08%
G=29.90%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94614900.350.480.631631.4728.04
Hex5E3D31023303F101f1c
Octal13675610436077203734
Binary10111101111011100010100011110000111111100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,61,49); }

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

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

 a { background-color: rgb(94,61,49); }

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

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

 span { border-color: rgb(94,61,49); }

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