#57302D

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

Shades of Moccaccino #57302D

Tints of Moccaccino #57302D

Color information

#57302D (or 0x57302D) is unknown color: approx Moccaccino. HEX triplet: 57, 30 and 2D. RGB value is (87,48,45). Sum of RGB (Red+Green+Blue) = 87+48+45=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57302D is #A8CFD2. Grayscale: #3B3B3B. Windows color (decimal): -11063251 or 2961495. OLE color: 2961495.

HSL color Cylindrical-coordinate representation of color #57302D: hue angle of 4.29º 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 #57302D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB874845-
CMYK00.450.480.66
HSL4.29º31.82%25.88%-
HSV(B)4.29º48.28%34.12%-
XYZ5.464.333.03-
YUV59.32119.92147.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 45 (17.97% from 255) = 25%
R=48.33%
G=26.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87484500.450.480.664.2931.8225.88
Hex57302D02D30424201a
Octal12760550556010244032
Binary10101111100001011010101101110000100001010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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