#5D382C

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

Shades of Cioccolato #5D382C

Tints of Cioccolato #5D382C

Color information

#5D382C (or 0x5D382C) is unknown color: approx Cioccolato. HEX triplet: 5D, 38 and 2C. RGB value is (93,56,44). Sum of RGB (Red+Green+Blue) = 93+56+44=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D382C is #A2C7D3. Grayscale: #414141. Windows color (decimal): -10667988 or 2898013. OLE color: 2898013.

HSL color Cylindrical-coordinate representation of color #5D382C: hue angle of 14.69º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D382C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB935644-
CMYK00.400.530.64
HSL14.69º35.77%26.86%-
HSV(B)14.69º52.69%36.47%-
XYZ6.385.343.08-
YUV65.7115.76147.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.19%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=48.19%
G=29.02%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93564400.400.530.6414.6935.7726.86
Hex5D382C0283540f241b
Octal135705405065100174433
Binary101110111100010110001010001101011000000111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,56,44); }

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

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

 a { background-color: rgb(93,56,44); }

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

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

 span { border-color: rgb(93,56,44); }

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