#57302A

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

Shades of Moccaccino #57302A

Tints of Moccaccino #57302A

Color information

#57302A (or 0x57302A) is unknown color: approx Moccaccino. HEX triplet: 57, 30 and 2A. RGB value is (87,48,42). Sum of RGB (Red+Green+Blue) = 87+48+42=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #57302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57302A is #A8CFD5. Grayscale: #3B3B3B. Windows color (decimal): -11063254 or 2764887. OLE color: 2764887.

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

Color convert

RGB874842-
CMYK00.450.520.66
HSL34.88%25.29%-
HSV(B)51.72%34.12%-
XYZ5.414.312.74-
YUV58.98118.42147.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=49.15%
G=27.12%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87484200.450.520.66834.8825.29
Hex57302A02D344282319
Octal127605205564102104331
Binary101011111000010101001011011101001000010100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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