#5D372C

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

Shades of Cioccolato #5D372C

Tints of Cioccolato #5D372C

Color information

#5D372C (or 0x5D372C) is unknown color: approx Cioccolato. HEX triplet: 5D, 37 and 2C. RGB value is (93,55,44). Sum of RGB (Red+Green+Blue) = 93+55+44=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D372C is #A2C8D3. Grayscale: #414141. Windows color (decimal): -10668244 or 2897757. OLE color: 2897757.

HSL color Cylindrical-coordinate representation of color #5D372C: hue angle of 13.47º 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 #5D372C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB935544-
CMYK00.410.530.64
HSL13.47º35.77%26.86%-
HSV(B)13.47º52.69%36.47%-
XYZ6.345.243.06-
YUV65.11116.09147.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.44%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=48.44%
G=28.65%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93554400.410.530.6413.4735.7726.86
Hex5D372C0293540d241b
Octal135675405165100154433
Binary101110111011110110001010011101011000000110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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