#57312D

Color #57312D Moccaccino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moccaccino #57312D

Tints of Moccaccino #57312D

Color information

#57312D (or 0x57312D) is unknown color: approx Moccaccino. HEX triplet: 57, 31 and 2D. RGB value is (87,49,45). Sum of RGB (Red+Green+Blue) = 87+49+45=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57312D is #A8CED2. Grayscale: #3B3B3B. Windows color (decimal): -11062995 or 2961751. OLE color: 2961751.

HSL color Cylindrical-coordinate representation of color #57312D: hue angle of 5.71º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57312D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB874945-
CMYK00.440.480.66
HSL5.71º31.82%25.88%-
HSV(B)5.71º48.28%34.12%-
XYZ5.54.413.04-
YUV59.91119.59147.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=48.07%
G=27.07%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87494500.440.480.665.7131.8225.88
Hex57312D02C30426201a
Octal12761550546010264032
Binary10101111100011011010101100110000100001011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57312D; }

 p { color: rgb(87,49,45); }

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

<style>
 a { background-color: #57312D; }

 a { background-color: rgb(87,49,45); }

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

<style>
 span { border-color: #57312D; }

 span { border-color: rgb(87,49,45); }

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