#5C392E

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

Shades of Cioccolato #5C392E

Tints of Cioccolato #5C392E

Color information

#5C392E (or 0x5C392E) is unknown color: approx Cioccolato. HEX triplet: 5C, 39 and 2E. RGB value is (92,57,46). Sum of RGB (Red+Green+Blue) = 92+57+46=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C392E is #A3C6D1. Grayscale: #424242. Windows color (decimal): -10733266 or 3029340. OLE color: 3029340.

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

Color convert

RGB925746-
CMYK00.380.500.64
HSL14.35º33.33%27.06%-
HSV(B)14.35º50%36.08%-
XYZ6.375.43.29-
YUV66.21116.6146.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.18%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=47.18%
G=29.23%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92574600.380.500.6414.3533.3327.06
Hex5C392E0263240e211b
Octal134715604662100164133
Binary101110011100110111001001101100101000000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,46); }

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

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

 a { background-color: rgb(92,57,46); }

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

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

 span { border-color: rgb(92,57,46); }

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