#57382F

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

Shades of Cioccolato #57382F

Tints of Cioccolato #57382F

Color information

#57382F (or 0x57382F) is unknown color: approx Cioccolato. HEX triplet: 57, 38 and 2F. RGB value is (87,56,47). Sum of RGB (Red+Green+Blue) = 87+56+47=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #57382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57382F is #A8C7D0. Grayscale: #404040. Windows color (decimal): -11061201 or 3094615. OLE color: 3094615.

HSL color Cylindrical-coordinate representation of color #57382F: hue angle of 13.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57382F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB875647-
CMYK00.360.460.66
HSL13.5º29.85%26.27%-
HSV(B)13.5º45.98%34.12%-
XYZ5.865.063.36-
YUV64.24118.27144.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=45.79%
G=29.47%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87564700.360.460.6613.529.8526.27
Hex57382F0242E42e1e1a
Octal127705704456102163632
Binary10101111110001011110100100101110100001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57382F; }

 p { color: rgb(87,56,47); }

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

<style>
 a { background-color: #57382F; }

 a { background-color: rgb(87,56,47); }

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

<style>
 span { border-color: #57382F; }

 span { border-color: rgb(87,56,47); }

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