#5D3A2C

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

Shades of Cioccolato #5D3A2C

Tints of Cioccolato #5D3A2C

Color information

#5D3A2C (or 0x5D3A2C) is unknown color: approx Cioccolato. HEX triplet: 5D, 3A and 2C. RGB value is (93,58,44). Sum of RGB (Red+Green+Blue) = 93+58+44=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A2C is #A2C5D3. Grayscale: #424242. Windows color (decimal): -10667476 or 2898525. OLE color: 2898525.

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

Color convert

RGB935844-
CMYK00.380.530.64
HSL17.14º35.77%26.86%-
HSV(B)17.14º52.69%36.47%-
XYZ6.485.543.11-
YUV66.87115.1146.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.69%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=47.69%
G=29.74%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93584400.380.530.6417.1435.7726.86
Hex5D3A2C026354011241b
Octal135725404665100214433
Binary1011101111010101100010011011010110000001000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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