#57392A

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

Shades of Cioccolato #57392A

Tints of Cioccolato #57392A

Color information

#57392A (or 0x57392A) is unknown color: approx Cioccolato. HEX triplet: 57, 39 and 2A. RGB value is (87,57,42). Sum of RGB (Red+Green+Blue) = 87+57+42=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57392A is #A8C6D5. Grayscale: #404040. Windows color (decimal): -11060950 or 2767191. OLE color: 2767191.

HSL color Cylindrical-coordinate representation of color #57392A: hue angle of 20º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57392A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB875742-
CMYK00.340.520.66
HSL20º34.88%25.29%-
HSV(B)20º51.72%34.12%-
XYZ5.815.122.87-
YUV64.26115.44144.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=46.77%
G=30.65%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87574200.340.520.662034.8825.29
Hex57392A0223442142319
Octal127715204264102244331
Binary1010111111001101010010001011010010000101010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57392A; }

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

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

<style>
 a { background-color: #57392A; }

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

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

<style>
 span { border-color: #57392A; }

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

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