#5E392A

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

Shades of Cioccolato #5E392A

Tints of Cioccolato #5E392A

Color information

#5E392A (or 0x5E392A) is unknown color: approx Cioccolato. HEX triplet: 5E, 39 and 2A. RGB value is (94,57,42). Sum of RGB (Red+Green+Blue) = 94+57+42=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E392A is #A1C6D5. Grayscale: #424242. Windows color (decimal): -10602198 or 2767198. OLE color: 2767198.

HSL color Cylindrical-coordinate representation of color #5E392A: hue angle of 17.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E392A is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB945742-
CMYK00.390.550.63
HSL17.31º38.24%26.67%-
HSV(B)17.31º55.32%36.86%-
XYZ6.55.472.9-
YUV66.35114.26147.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.70%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=48.70%
G=29.53%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94574200.390.550.6317.3138.2426.67
Hex5E392A027373F11261b
Octal13671520476777214633
Binary101111011100110101001001111101111111111000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,57,42); }

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

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

 a { background-color: rgb(94,57,42); }

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

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

 span { border-color: rgb(94,57,42); }

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